error while running npm install in visual studio code after installing new version of node.Js V18 #9215
-
i'm developing a vuejs program on visual sudio code. Although my program worked correctly with NodeJs V14, I decided to install a new version of node.Js (NodeJs V18). Entering the npm install command (I first deleted the node_module folder and the package-lock.json file), I get the following errors. I've already tried the following commands: npm install --force and npm install --legacy-peer-deps, but they don't change much. Does anyone has an idea to solve that problem? package.json:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try Node.js version 14 or 16. |
Beta Was this translation helpful? Give feedback.
Try Node.js version 14 or 16.