mgechev / angular-seed

🌱 [Deprecated] Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
https://mgechev.github.io/angular-seed
MIT License
4.57k stars 1.45k forks source link

NPM INSTALL DOESN'T ADD TO NODE_MODULES #1938

Closed quesurifn closed 7 years ago

quesurifn commented 7 years ago

NPM INSTALL DOES NOT ADD TO NODE MODULES

npm install angular2-highcharts

[X ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see use [gitter](https://gitter.im/mgechev/angular2-seed) or [stackoverflow](https://stackoverflow.com/questions/tagged/angular2)

Current behavior

npm install angular2-highcharts Expected behavior Add package to node_modules

Minimal reproduction of the problem with instructions npm install angular2-highcharts Please tell us about your environment:

OSX Sierra, VISUAL CODE STUDIO, NPM 4.5.0,

ghost commented 7 years ago

It is getting added. I see highcharts folder that is being created in node_modules folder after npm install angular2-highcharts --save