Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm added npm-container back #105

Open
skyhit opened this issue Oct 26, 2015 · 2 comments
Open

npm added npm-container back #105

skyhit opened this issue Oct 26, 2015 · 2 comments

Comments

@skyhit
Copy link

skyhit commented Oct 26, 2015

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
Copy link

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
Copy link

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            |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants