npm - How to Disable download missing package each time in meteor? -
i tried create meteor web application, meteor download missing package each time when change code, , unnecessary.
so, can config runs @ first time?
thanks!
could add actual message on package tries download? anyway, there 2 potential locations meteor looks packages need installed.
- this each meteor application , it's using meteor atmosphere packages. can find these @
.meteorfolder in project root file calledpackagespath./meteor/packages
other potential place packages.json in project root. exists if have used npm install or meteor npm install within project.
deleting unnecessary packages these files should trick.
Comments
Post a Comment