Answer the question
In order to leave comments, you need to log in
How to fix jade startup error?
installed jade , npm install jade -g, node js was already installed, created a file test.jade, wrote doctype html there, went to the directory of that file in the terminal and enter the command jade test.jade , outputs /usr/bin/env: node : No such file or directory
Has anyone encountered this? I thought there was a problem in node js, I updated it, but it did not help, I updated npm and reinstalled jade
Answer the question
In order to leave comments, you need to log in
Your problem has nothing to do with jade.
Most likely, you just need to install the nodejs-legacy package:
Well, or manually create a symbolic link from /usr/local/bin/nodejs
to /usr/local/node
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question