当我尝试运行此程序时,出现此错误:
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)