npm WARN registry Unexpected warning for https://registry.npmjs.org/:

前端 未结 6 2236
我在风中等你
我在风中等你 2021-02-11 08:05

guys I am facing a strange problem here that my git-bash and my terminal when I am trying to use npm install I git this error my error message

some guy told me to clear

6条回答
  •  南旧
    南旧 (楼主)
    2021-02-11 08:24

    Downgrade npm to v4.6.1.

    npm install npm@4

    Version >= 5 is unstable.

提交回复
热议问题