Installing npm package fails with 404

后端 未结 11 1093
自闭症患者
自闭症患者 2020-12-10 11:35

Using the command prompt, I am trying to install angular CLI and it fails. I have npm version 5.5.1 and node version v8.9.1. I am trying to install angular cli using the com

11条回答
  •  心在旅途
    2020-12-10 12:01

    Alternative, another option to avoid 404 npm error

    check if your terminal is in the root directory, if not your npm scripts will not execute because it will not be able to see the package.json

提交回复
热议问题