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

json3 and crypto-browserify missing devDependencies? #84

Open
grigio opened this issue Oct 7, 2015 · 3 comments
Open

json3 and crypto-browserify missing devDependencies? #84

grigio opened this issue Oct 7, 2015 · 3 comments

Comments

@grigio
Copy link
Contributor

grigio commented Oct 7, 2015

I've a working meteor-webpack project, but if I start a new one I get this:

npm install
...
> grunt --gruntfile node_modules/core-js/Gruntfile.js build:es5,es6,es7,js,web --blacklist=es6.number.constructor --path=core-js-no-number

Loading "grunt-karma.js" tasks...ERROR
>> Error: Cannot find module 'json3'

Running "build:es5,es6,es7,js,web" (build) task
Warning: Cannot find module 'crypto-browserify' Use --force to continue.
...
@jedwards1211
Copy link
Owner

I'm confused, npm install shouldn't be triggering the custom core-js build. Did you do something else?
Also when did you last pull? I pushed a fix for one similar issue last night.

@jedwards1211
Copy link
Owner

In any case going to node_modules/core-js and npm install-ing there before node dev.js or whatever may make the core-js custom build work

@grigio
Copy link
Contributor Author

grigio commented Oct 7, 2015

Yes node dev.js, i fixed with npm install -g json3 and after some warning it seems it works in fallback mode, because 'crypto-browserify' is just a warning
Yes on a today fresh git clone.

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