-
Notifications
You must be signed in to change notification settings - Fork 5
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 Depends "usage" issue from Modulus #1
Comments
I hope this is due to the Meteor 0.9 and modulus's demeteorizer is not supporting this. Let me give it a try. |
That's my hope too. @hellogerard just upgraded Differential.io to 0.9 and On Friday, August 29, 2014, Arunoda Susiripala [email protected]
Colin Flynn |
That's because Differential.io may not use any npm specific packages. Not sure BTW: Best bet is to stay for 0.8.3 for couple of days. |
Got it. Thanks! Have a good weekend On Friday, August 29, 2014, Arunoda Susiripala [email protected]
Colin Flynn |
you too :) |
I experienced this issue as well and tried tons of tricks to get it to work, but it never did. If I remove Kadira from my project the deploy runs smoothly. I'm not sure if the problem is in Kadira or one of the onmodulus components, but I can't wait til I can add Kadira back to my project. It's a very important tool to me. |
Hi it's a modulus issue. They fix it afaik. Now all are okay right? And we also have an issue on ourside too. We fixed that too. |
Sounds good. I'm following the appropriate issues to stay informed. I can't wait to get kadira added back :) Thanks. |
awesome. Try simply updating kadira and both modulus npm module. I hope Arunoda Susiripala @arunoda http://twitter.com/arunoda On Sun, Sep 14, 2014 at 5:53 AM, Jake Gaylor [email protected]
|
According to a comment by scald on this issue XervoIO/demeteorizer#64 removing the package, deploying, adding the package, and finally redeploying would fix the issue. It worked for me. |
Great. Thanks for sharing it here :) Arunoda Susiripala @arunoda http://twitter.com/arunoda On Sun, Sep 14, 2014 at 6:53 AM, Jake Gaylor [email protected]
|
I am getting this error when I am deploying to Modulus, I see Npm depends in the package.js file but still getting the error.
Error: Can't find npm module 'usage'. Did you forget to call 'Npm.depends' in package.js within the 'meteorhacks:kadira-binary-deps' package?
at Object.Npm.require (/mnt/data/1/programs/server/boot.js:106:17)
at Package (packages/meteorhacks:kadira-binary-deps/index.js:2)
at /mnt/data/1/programs/server/packages/meteorhacks:kadira-binary-deps.js:22:4
at /mnt/data/1/programs/server/packages/meteorhacks:kadira-binary-deps.js:31:3
at /mnt/data/1/programs/server/boot.js:161:10
at Array.forEach (native)
at Function..each..forEach (/mnt/data/1/node_modules/underscore/underscore.js:79:11)
at /mnt/data/1/programs/server/boot.js:82:5
The text was updated successfully, but these errors were encountered: