JoelOtter / kajero

Interactive JavaScript notebooks with clever graphing
Other
1.87k stars 110 forks source link

gulp build fails - need to install codemirror and nvd3 first #41

Closed dalenewman closed 8 years ago

dalenewman commented 8 years ago

I cloned the code, ran npm install, set NODE_ENV=production, and gulp as the readme says, Gulp complained about codemirror and nvd3 missing. So, I ran npm install codemirror, npm install nvd3, and then gulp worked.

Should you update the readme to include those steps, or add those dependencies to your npm configuration?

Note: I am on Windows 10, and using Git Bash for a console (if it matters)

JoelOtter commented 8 years ago

Your npm is too old, I suspect. What version are you on? You'll need 3+.

dalenewman commented 8 years ago

Okay. Yes it is version 2.15.1. I will see about upgrading. Thanks

dalenewman commented 8 years ago

I updated my npm with npm install npm@latest command. Deleted my node_modules folder. Re-ran the install process and everything worked. Thanks. You may close at your convenience :-)