meteor fails, can't install npm-packages from npm-shrinkwrap

帅比萌擦擦* 提交于 2019-12-02 00:48:27

Went back to basics and was able to get the app to run by using the following steps:

meteor remove meteorhacks:npm

If the remove command doesn't work, manually delete the "meteorhacks:npm" and "npm-contanier" references from the .meteor > packages file. Then delete the folder: /packages/npm-container

Add meteorhacks:npm back into the project:

meteor add meteorhacks:npm

Start the app to initialize the npm package:

meteor

Configure the settings.json file in the project meteor --settings settings.json

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!