Open rista404 opened 9 years ago
I have this same issue. Very weird. Did you resolve this @rista404 ? I even completely removed the .meteor
folder and reinitialized the entire app. Restarted terminal; getting the same message
I also completely removed meteor from my system and reinstalled it. I am getting the same issue. Very frustrating and confusing
Bleh... doing meteor remove meteorhacks:npm
does not remove the packages
folder in your app, specifically the npm-container
package. Which you need to remove if you want to get rid of the error message. @rista404
According to README for this project, you are expected to do the following:
rm -rf packages/npm-container meteor remove npm-container meteor update meteorhacks:npm meteor
Not sure if this solves the issue for you
Apparently installing meteorhacks:npm creates a packages.json in the project root folder when adding it. I copied it (not moved) it to packages/packages.json (where also npm-container folder is created) and the error didn't show again
I recently installed this package but decided to remove it, and now every time I run meteor, this happens:
I can't seem to get rid of it, despite
meteorhacks:npm
andnpm-container
both being removed. What is causing this error?