Does anyone else have issues running 3dio-js locally with gulp?
When trying to run 3dio-js locally (npm run dev-browser
), I get the following error:
Env node\r: No such file or directory
How can I fix this?
I figured it out, it seems to be an issue with gulp and DOS-line endings.
vi /3dio-js/node-modules/.bin/gulp
:set ff=unix
:wq!
and then run it again
npm run dev-browser