Question

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?

Was it helpful?

Solution

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top