小编Dee*_*Dee的帖子

尝试使用 npx create-react-app 时出现超时错误

当我尝试运行此程序时,出现此错误:

npm ERR! Response timeout while trying to fetch https://registry.npmjs.org/@typescript-eslint%2fparser (over 30000ms)
Run Code Online (Sandbox Code Playgroud)

这是日志中发生的情况:

205 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
206 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS:    darwin
206 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch:  any
206 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS:   win32
206 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
207 verbose type body-timeout
208 verbose stack FetchError: Response timeout while trying to fetch https://registry.npmjs.org/@typescript-eslint%2fparser (over 30000ms) …
Run Code Online (Sandbox Code Playgroud)

node.js npm reactjs

5
推荐指数
2
解决办法
1万
查看次数

标签 统计

node.js ×1

npm ×1

reactjs ×1