reesericci
reesericci

Reputation: 132

NPM cannot find nodejs

Every time I try to install something with npm or do npm install or anything else with npm, I get this: env: node: No such file or directory. Is there anything I can do about it? (i tried reinstalling it with homebrew and node.js's website)

Upvotes: 0

Views: 176

Answers (1)

eduPeeth
eduPeeth

Reputation: 1868

Install node.js again as node -v or npm -v isn't working for you. Seems problem with node installation itself. You can download and install from https://nodejs.org/en/download/.

Upvotes: 1

Related Questions