質問

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