NPM not found in user www-data
Solved
Support
-
I get this when I try to use
npm install
root@29f604ef-685e-49ef-a3ae-365eb716ca96:/app/data# su - www-data
www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~$ cd frontend/
www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~/frontend$ npm install
-bash: npm: command not found -
Also tried this:
root@29f604ef-685e-49ef-a3ae-365eb716ca96:/app/code# which npm /usr/local/node-18.12.1/bin/npm root@29f604ef-685e-49ef-a3ae-365eb716ca96:/app/code# su - www-data www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~$ /usr/local/node-18.12.1/bin/npm help /usr/bin/env: ‘node’: No such file or directory www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~$ /usr/local/node-18.12.1/bin/npm help npm www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~$ /usr/local/node-18.12.1/bin/npm help npm www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~$ /usr/local/node-18.12.1/bin/npm help /usr/bin/env: ‘node’: No such file or directory www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~$ /usr/local/node-18.12.1/bin/npm help install /usr/bin/env: ‘node’: No such file or directory www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~$ /usr/local/node-18.12.1/bin/npm npm help install /usr/bin/env: ‘node’: No such file or directory www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~$ node -bash: node: command not found www-data@29f604ef-685e-49ef-a3ae-365eb716ca96:~$
-
You don't mention what you're doing or where.. what app is this for?
If nothing else try this: https://forum.cloudron.io/topic/9399/how-to-run-ai-models-in-lamp-app
-
As @robi said, need more context here. What are you trying to do? Which app is this?
-
-