Raneto will not install
See original GitHub issuePS C:\Users\nash> cd C:\Users\nash\Downloads\Raneto-0.7.1\Raneto-0.7.1 PS C:\Users\nash\Downloads\Raneto-0.7.1\Raneto-0.7.1> npm install npm WARN engine raneto-core@0.2.0: wanted: {“node”:“~0.10.0”} (current: {“node”:“4.0.0”,“npm”:“2.14.2”}) \
raneto@0.7.1 postinstall C:\Users\nash\Downloads\Raneto-0.7.1\Raneto-0.7.1 npm update && ./node_modules/.bin/bower install
‘.’ is not recognized as an internal or external command, operable program or batch file.
npm ERR! Windows_NT 10.0.10586
npm ERR! argv “C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js” “install”
npm ERR! node v4.0.0
npm ERR! npm v2.14.2
npm ERR! code ELIFECYCLE
npm ERR! raneto@0.7.1 postinstall: npm update && ./node_modules/.bin/bower install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the raneto@0.7.1 postinstall script ‘npm update && ./node_modules/.bin/bower install’.
npm ERR! This is most likely a problem with the raneto package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm update && ./node_modules/.bin/bower install
npm ERR! You can get their info via:
npm ERR! npm owner ls raneto
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! C:\Users\nash\Downloads\Raneto-0.7.1\Raneto-0.7.1\npm-debug.log PS C:\Users\nash\Downloads\Raneto-0.7.1\Raneto-0.7.1> npm-debug.log.txt
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (5 by maintainers)
Sorry, my lack of clarity. With these custom and non-standard scripts, you’ll need to invoke it like so:
npm run start_win
Ok, I’ll make a new issue to update the docs for config and ./bin
./bin is no longer necessary. Here’s a new Procfile to solve your Heroku deployment. However, since it looks like we’re moving Raneto to be a module on NPM, it might be better to make a new project that is structured like the “example” directory and move your content folder over.