You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to contribute but I'm having trouble installing the app. Does webui have a preferred node/npm version? I followed the "Installation and running" instructions and ran into npm install errors using node 4.2.2 and npm 2.14.16. OS is OSX 10.9.5.
[fsevents] Success: "/Users/dmai/node-play/github.com/suisha/webui/node_modules/webpack/node_modules/watchpack/node_modules/chokidar/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node" is installed via remote
npm ERR! Darwin 13.4.0
npm ERR! argv "/Users/dmai/.nvm/versions/node/v4.2.2/bin/node" "/Users/dmai/.nvm/versions/node/v4.2.2/bin/npm" "install"
npm ERR! node v4.2.2
npm ERR! npm v2.14.7
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants cheerio@^0.19.0
npm ERR! Please include the following file with any support request:
npm ERR! /Users/dmai/node-play/github.com/suisha/webui/npm-debug.log
The text was updated successfully, but these errors were encountered:
Thanks, I managed to get everything up and running.
Would you mind if I added the npm version to README? Also, do you have any thoughts on adding a .nvmrc to the project so people know what the right version of node is?
I'd like to contribute but I'm having trouble installing the app. Does
webui
have a preferred node/npm version? I followed the "Installation and running" instructions and ran intonpm install
errors using node 4.2.2 and npm 2.14.16. OS is OSX 10.9.5.The text was updated successfully, but these errors were encountered: