문제

When installing a Karma plugin like so:

npm install karma-jasmine

where does NPM actually download the physical files? And how does Karma know they are there?

도움이 되었습니까?

해결책

I figured it out. It installs them in the same directory as Karma itself. So the structure looks something like:

node_modules
  - karma
  - karma-jasmine
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top