mattdesl / color-wander

:art: Generative artwork in node/browser based on a seeded random
http://color-wander.surge.sh/
1.62k stars 147 forks source link

npm run start #8

Open KPwagner opened 8 years ago

KPwagner commented 8 years ago

'npm run start' returns this:

(node:37226) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. (node:37226) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. (node:37226) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. (node:37226) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.

color-wander@1.0.0 start /Users/kylewagner/Desktop/color-wander budo browser.js:bundle.js --live -- -t babelify

sh: budo: command not found

npm ERR! Darwin 14.5.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "start" npm ERR! node v6.1.0 npm ERR! npm v3.8.6 npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! color-wander@1.0.0 start: budo browser.js:bundle.js --live -- -t babelify npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the color-wander@1.0.0 start script 'budo browser.js:bundle.js --live -- -t babelify'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the color-wander package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! budo browser.js:bundle.js --live -- -t babelify npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs color-wander npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls color-wander npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /Users/kylewagner/Desktop/color-wander/npm-debug.log

mattdesl commented 8 years ago

Did you npm install before?

KPwagner commented 8 years ago

Yes. npm install returns this:

(node:38562) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.

But then it goes through what looks a normal install.

V1rtuousCycle commented 8 years ago

Same issue, can't seem to run it on Windows 10. Really cool project though.

V1rtuousCycle commented 8 years ago

λ npm install npm WARN optional Skipping failed optional dependency /chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.12 D:\projects\active\color-wander [master ≡]

benjaminrbarnes commented 7 years ago

I was experiencing some issues running npm install - specifically with the canvas module. Turns out there are some system-specific installations required before this module can be installed. The instruction can be found here. For example, on my Mac I had to run brew install pkg-config cairo pango libpng jpeg giflib Here are installation instructions for Windows. Without the canvas module installed correctly, you likely won't be able to run npm run start

I am using Node 4.3.1. Hopefully this helps.

V1rtuousCycle commented 7 years ago

Thanks. That does help. Not going to reinstall Python 2.7 (upon having 3.5 at this moment to run it though honestly. Appreciate finally at least undertanding how to potentially make it run. I've been experimenting a little bit with BASH on windows, hopefully that makes this process easier, because Node Gyp / FSevents stuff on Windows 10 is hellish.

sonaye commented 6 years ago

I ported the project to React (dropped Node support), updated the code and built an online editor on top of it, if you are interested in running the app in the browser you can play with https://github.com/sonaye/react-color-wander.

sampsojp commented 3 years ago

I ported the project to React (dropped Node support), updated the code and built an online editor on top of it, if you are interested in running the app in the browser you can play with https://github.com/sonaye/react-color-wander.

Hi Sonaye. Any chance you can make the code for react-color-wander public? I'd love to take a look at it. Thanks.

cujarrett commented 3 years ago

Hi @sonaye 👋

Would you mind making the repo you reference public?

sonaye commented 3 years ago

Hey @sampsojp @cujarrett, here is a backup copy of that repo react-color-wander-master.zip

sampsojp commented 3 years ago

Hey @sampsojp @cujarrett, here is a backup copy of that repo react-color-wander-master.zip

@sonaye - Thank you very much!