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

Missing dependencies in package.json #84

Closed
RazZziel opened this issue Mar 20, 2017 · 2 comments
Closed

Missing dependencies in package.json #84

RazZziel opened this issue Mar 20, 2017 · 2 comments

Comments

@RazZziel
Copy link

index.js imports the crypto, url and util dependencies, but package.json only includes base32

@railsstudent
Copy link
Collaborator

It is not an issue.
crypto, util and url are built-in modules in node 0.10.0. No need to include dependencies in package.json.
https://nodejs.org/docs/latest-v0.10.x/api/util.html

@RazZziel
Copy link
Author

Hmmm, thanks! Then the problem must be I'm using MeteorJS NPM integration incorrectly.

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

2 participants