Domanda

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?

È stato utile?

Soluzione

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
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top