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 install failed on a pixi.js example #23

Open
m-ahmadi opened this issue Nov 27, 2016 · 2 comments
Open

npm install failed on a pixi.js example #23

m-ahmadi opened this issue Nov 27, 2016 · 2 comments

Comments

@m-ahmadi
Copy link

Here's the thing:

Downloaded/cloned ngraph master branch.
copied "ngraph-master/examples/pixi.js/03 - Zoom And Pan" folder into another folder.
renamed it zoompan.
ran:
npm install

This is what happened:
untitled

Here's node and npm versions:
1

@denkiwakame
Copy link

@m-ahmadi
It seems, in package.json, the version of browserify is too old.
remove the browserify from devDepenedencies, and try:
$ npm install --save-dev browserify
$ npm install
It worked for me.

@n1njash03s
Copy link

@denkiwakame I had the same issue and this worked for me as well. Thanks for posting!

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