meteorhacks / npm

Complete NPM integration for Meteor
http://meteorhacks.com/complete-npm-integration-for-meteor.html
MIT License
508 stars 43 forks source link

npm added npm-container back #105

Open skyhit opened 8 years ago

skyhit commented 8 years ago

I am following

rm -rf packages/npm-container
meteor remove npm-container
meteor update meteorhacks:npm
meteor

but when starting like 'meteor --settings settings.json', the npm-container added back in .meteor/packages and .meteor/versions

why?

biofractal commented 8 years ago

I just got the same thing. When removing the npm-container package the npm-container folder is created and you get the following console output:

=> Creating container package for npm modules\

-> npm support has been initialized.
-> please start your app again.

Then when I restart the app I get:

=> Errors while initializing project:

While reading project metadata:
[...]/.meteor/packages: Package name appears twice: npm-container
vincekovacs commented 8 years ago

I have some issue with meteor 1.2.1.

When I deleted pacakges/npm-container folder, removed npm-container and run meteor I got:

=> Started proxy.
=> Started MongoDB.
=> Creating container package for npm modules-

-> npm support has been initialized.
-> please start your app again.

After when I restart app again then it will go to infinite loop:

=> Started proxy.
=> Started MongoDB.
npm-container: updating npm dependencies -- fibers...
   Building package npm-container            |