为什么纱线安装命令完成错误在我的项目?



yarn版本3.2.4节点版本v18.12.0

运行yarn install后,我得到以下错误:

➤ YN0000: ┌ Fetch step
➤ YN0013: │ yargs@npm:17.6.2 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ yarn-install@npm:1.0.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ yauzl@npm:2.10.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ yup@npm:0.32.11 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ zip-stream@npm:4.1.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0000: └ Completed in 0s 488ms
➤ YN0000: ┌ Link step
➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental
➤ YN0007: │ chromedriver@npm:107.0.3 must be built because it never has been before or the last one failed
➤ YN0007: │ es5-ext@npm:0.10.62 must be built because it never has been before or the last one failed
➤ YN0000: └ Completed in 0s 738ms

这些错误代码完全没有问题,它们都不是真正的错误。它们更像是带有INFO级别的日志。如果是错误,您可能已经看到带有错误前缀的消息。你可以在这里阅读更多关于这些错误代码的信息。

最新更新