You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Here's node and npm versions:
The text was updated successfully, but these errors were encountered:
@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.
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:
Here's node and npm versions:
The text was updated successfully, but these errors were encountered: