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

前端 未结 6 2410
独厮守ぢ
独厮守ぢ 2021-02-11 07:31

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:19

    I got this error when I try to install prisma globally, I solved this

    1> npm cache clear --force

    2> npm install npm

提交回复
热议问题