node.js - How to npm install a module without installing peer dependencies -


i trying npm install karma-jasmine , odd purpose want npm install module , not karma. install karma defined peerdependency. possible not install peerdependency , how? using npm 1.4.28

this package.json

{"dependencies": {"karma-jasmine": "0.2.3"}} 

can update newer npm, let version >=3 ? not install peerdependencies default.


Popular posts from this blog