We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821425e commit 0a5d70eCopy full SHA for 0a5d70e
frontend/assetic/uglifyjs.rst
@@ -38,6 +38,12 @@ Now you can execute the global ``uglifyjs`` command anywhere on your system:
38
39
$ uglifyjs --help
40
41
+If you get the message ``/usr/bin/env: node: No such file or directory``, you just need to symlink it like so
42
+
43
+.. code-block:: terminal
44
45
+ $ ln -s /usr/bin/nodejs /usr/bin/node
46
47
Local Installation
48
~~~~~~~~~~~~~~~~~~
49
0 commit comments