React Native Expo-cli安装停止,出现错误npm ERR!cb()从未调用

ibps3vxo  于 2022-11-17  发布在  React
关注(0)|答案(1)|浏览(125)

我尝试安装expo-cli,但不幸的是,它停止与下面的错误.

freduah@freduah:~$ npm install -g expo-cli
npm WARN deprecated graphql-tools@3.0.0: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead
npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/freduah/.npm/_logs/2021-09-28T14_47_55_893Z-debug.log
freduah@freduah:~$

我尝试向npm community报告此问题,但社区已不再

xfb7svmp

xfb7svmp1#

如果您使用的是Windows,请在网络中添加/允许NodeJS JavaScript Runtime通过防火墙。

相关问题