Npm install cannot find module 'semver'

后端 未结 26 1517
南方客
南方客 2020-11-29 15:29

I can\'t use npm install using the command prompt in NodeJS. I\'m getting these errors when running npm install:

module.js:339
             


        
26条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-29 16:04

    I faced this issues while running project on higher version of cli. To solve this issue you can simply comment out @angular-devkit/build-angular module and again you have to reinstall it through

    npm install @angular-devkit/build-angular --save

提交回复
热议问题