Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Troubleshooting

Klaus Weidner edited this page Apr 2, 2015 · 4 revisions

Installation

Compilation fails: /usr/bin/env: node: No such file or directory

Ubuntu and Debian install node.js as /usr/bin/nodejs, while tools such as gulp typically expect it to be runnable as just node. Install the nodejs-legacy package to fix this:

$ sudo apt-get install nodejs-legacy
Clone this wiki locally