yarn is having troubles with the network connection

后端 未结 12 1946
伪装坚强ぢ
伪装坚强ぢ 2021-02-12 19:02

I tried to install a package with yarn earlier today and I got this

yarn install
yarn install v1.9.4
[1/4]          


        
12条回答
  •  无人及你
    2021-02-12 19:51

    It may be the library was originally using npm instead of yarn. In my case I had to install everything with npm instead of yarn. I removed the yarn.lock file and then:

    npm install
    

提交回复
热议问题