D
D
DaniilKhanin2016-09-12 12:05:22
Node.js
DaniilKhanin, 2016-09-12 12:05:22

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

1 answer(s)
A
Alexey Ukolov, 2016-09-12
@DaniilKhanin

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/nodejsto /usr/local/node.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question