Closed fiona-manzella closed 8 years ago
hey there, I just submitted an update because someone else emailed me with a similar issue.
In your package.json
, change the fly
dependency from ^1.3.0
to 1.3.0
(no "^"). Then re-install all modules with npm
.
rm -rf node_modules
npm install
Hey! Thanks for the fast response. I gave that a shot but am still seeing the same error message. Tried a second time after removing the carrot prefix from all devDependencies
but no dice. Thoughts?
Hmm... please paste your full stack trace? And I'll be able to tell what OS you're on with that, but what about Node version?
Updating node and npm worked like a charm! Thanks!
Cool, cheers!
Hey! Downloaded your library from Code Canyon, and saw this issue was "closed" a few months ago: https://github.com/lukeed/bee3d/issues/30
But I am still seeing the same error. When I run
npm install
i get a couple of deprecation errorsbut it seems to run ok.
npm run fly
just returnsIs there a fix I can run for this?