question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Raneto will not install

See original GitHub issue

PS 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:closed
  • Created 8 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
ryanlelekcommented, Nov 21, 2015

Sorry, my lack of clarity. With these custom and non-standard scripts, you’ll need to invoke it like so: npm run start_win

0reactions
ryanlelekcommented, Nov 25, 2015

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.

web: node example/server.js
Read more comments on GitHub >

github_iconTop Results From Across the Web

Raneto will not install · Issue #75 - GitHub
Raneto will not install #75 ... PS C:\Users\nash\Downloads\Raneto-0.7.1\Raneto-0.7.1> npm install npm WARN engine raneto-core@0.2.0: wanted: ...
Read more >
node.js - Trying to install KaTeX as a dependency to Raneto - Super ...
I have tried using: var katex = require('katex');. in a number of different .js files, but this doesn't seem to have worked. I'm...
Read more >
Production Notes - Raneto Docs
Production Notes. When running a live site you'll want to set the PORT env variable to 80 so you don't need to add...
Read more >
Raneto installing on Ubuntu 18.04 - YouTube
Raneto is a free and open-source knowledge base, built on Node.js that ... If Markdown isn' t your thing, Raneto also allows you...
Read more >
raneto - npm
... last published: 2 months ago. Start using raneto in your project by running `npm i raneto`. There are no other projects in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found