GithubHelp home page GithubHelp logo

Comments (6)

vyp avatar vyp commented on May 13, 2024

So how do you suggest to fix it? If you have a solution that is.

What about simply aliasing node as nodejs in your shell? (And then consequently mentioning that somewhere for ubuntu server users.)

from raneto.

nicekiwi avatar nicekiwi commented on May 13, 2024

I suppose there not much more you could do, without making things overly complicated that is.

from raneto.

vyp avatar vyp commented on May 13, 2024

Well I guess a small script may be written (but with what commands I do not exactly know), but I think a simpler solution would be for the user themselves handle this via aliases, or if using a script or something, use the actual command itself (instead of npm start), but substitute nodejs in place of node.

Keep in mind I'm not the owner, nor a collaborator of this project, so I'm not speaking for them, just my own thoughts.

from raneto.

inexion avatar inexion commented on May 13, 2024

sudo ln -s /usr/bin/nodejs /usr/bin/node

from raneto.

vyp avatar vyp commented on May 13, 2024

@inexion Obvious solution, not sure why I didn't think of that lol. Thanks!

from raneto.

ryanlelek avatar ryanlelek commented on May 13, 2024

As @inexion mentioned, a symlink of /usr/bin/nodejs to /usr/bin/node is a clean solution.
Alternatively, you can alter ./bin/www in the Raneto project to use "nodejs" instead of "node"

Closing issue.

from raneto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.