cgmartin / sailsjs-angularjs-bootstrap-example

A suite of examples written for Sails.js, AngularJS, and Twitter Bootstrap
320 stars 105 forks source link

Question: is there an specific node version I should use to run this example? #16

Closed gaboesquivel closed 10 years ago

gaboesquivel commented 10 years ago

dependencies installation is failing when I try to npm installusing /.nvm/v0.11.12

cgmartin commented 10 years ago

Try a stable NodeJS 0.10.x version. I am not familiar on compatibility issues for all of the dependencies on the unstable 0.11.x versions.

Here are the tool versions that work for me:

% node --version
v0.10.21
% npm --version
1.3.11
gaboesquivel commented 10 years ago

@cgmartin yes that worked. thanks. I added an nvm file, engine on package.json and comments to readme in #17