使用npm安装expo-cli时出现问题

时间:2019-09-01 21:33:01

标签: node.js react-native npm

C:\ Deezer> npm install --global expo-cli npm ERR!解析'... dateformat“:” 3.0.3“,”'

附近时,JSON输入意外结束

npm错误!可以在以下位置找到此运行的完整日志: npm ERR! C:\ Users \ HP \ AppData \ Roaming \ npm-cache_logs \ 2019-09-01T21_24_34_642Z-debug.log

我尝试了很多方法来解决它。我搜索了与之相关的所有json文件。但什么都没发生。

C:\ Deezer> npm install --global expo-cli npm ERR!解析'... dateformat“:” 3.0.3“,”'

附近时,JSON输入意外结束

npm错误!可以在以下位置找到此运行的完整日志: npm ERR! C:\ Users \ HP \ AppData \ Roaming \ npm-cache_logs \ 2019-09-01T21_24_34_642Z-debug.log

C:\ Deezer> npm install --global expo-cli npm ERR!解析'... dateformat“:” 3.0.3“,”'

附近时,JSON输入意外结束

npm错误!可以在以下位置找到此运行的完整日志: npm ERR! C:\ Users \ HP \ AppData \ Roaming \ npm-cache_logs \ 2019-09-01T21_24_34_642Z-debug.log

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题,我通过从给定的npm注册表列表中切换npm reigistry来解决了这个问题。

Npm注册表列表:

https://registry.npmjs.org/(第一故障)

http://r.cnpmjs.org/

https://registry.npm.taobao.org/

https://registry.nodejitsu.com/

http://registry.mirror.cqupt.edu.cn

https://skimdb.npmjs.com/registry

https://npm.open-registry.dev/https://open-registry.dev

要切换,只需键入

npm配置集注册表“ https://registry.npmjs.com/

用上面的网址替换注册表网址,以检查哪个网址对您有用。

然后:

npm缓存清除--force

解决了。

然后您可以安装