This will both update your package. You can share your package with others by publishing it to the npm registry. While most packages are public, you can control who may view and use your package with private modules ). To publish publicly, follow these instructions.
Here, npm tells us that we want to use the NPM package repository to search for and install packages.
Next, the i is short-hand for install. After this, we pass the packages we want to install. I just cloned an app that has npm packages in it and ran meteor as usual. But then it gave me warnings that it was unable to resolve some npm modules.
Move all the packages on packages. Remove meteorhacks: npm from your app with: meteor remove meteorhacks: npm. Remove npm -container from your app with: meteor remove npm -container.
Create a project : meteor create try- meteor. Run it: cd try- meteor meteor. Deploy it to the worl for free: meteor deploy try- meteor. The main reason why the package does not work when fetching from git is because it is not configured to work that way. This is not a Meteor specific problem, but a problem that a JS developer may face sometimes.
For this particular case there are two problems: The whitelist files field in package.