Skip to content

wise-client | npm ERR! code ENOENT #11

Answered by lycosa9527
lycosa9527 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, thanks for the reply

Well this is for future reference, since newbie like me may also run into this kind of problem.
If anyone seen the same error message I posted eailer, it means you are skipping the npm install step in the instruction.

Sidenote: For the weird npm ERR deprecated messages at this step, after digging, it was caused by NodeJS version.
So I installed npm and switched to Node 18, all the errors were gone.

And these are the commands:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
~/.bashrc
nvm install 18
nvm use 18
nvm ls

As for the listening port, reason for that been is I am also using NginxProxyManager.
Nginx is such a pain to use, and …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@hirokiterashima
Comment options

@lycosa9527
Comment options

Answer selected by lycosa9527
@lycosa9527
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants