gpt4 book ai didi

javascript - 无法通过 npm 安装 parcel bundler

转载 作者:行者123 更新时间:2023-12-05 07:15:52 25 4
gpt4 key购买 nike

无法通过 npm 包管理器为我的 React 项目打包打包程序。当 npm i parcel-bundler 时,终端抛出错误/警告说

npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

我尝试安装核心 JS 最新版本,但这不起作用。

安装包时出现如下信息,

deasync@0.1.19 install C:\Users\User\OneDrive\OneDrive Laptop\Coding\YoutubeCode\V12 Dec 22 19 React Boilerplate\node_modules\deasync

node ./build.js

win32-x64-node-10 存在;测试二进制很好;退出

core-js@2.6.11 postinstall C:\Users\User\OneDrive\OneDrive Laptop\Coding\YoutubeCode\V12 Dec 22 19 React Boilerplate\node_modules\core-js node -e "try{require('./postinstall')}catch(e){}"

感谢您使用 core-js ( https://github.com/zloirock/core-js ) 用于填充 JavaScript 标准库!

该项目需要您的帮助!请考虑支持 core-js 开放集体或 Patreon:

https://opencollective.com/core-js https://www.patreon.com/zloirock

此外,core-js ( https://github.com/zloirock ) 的作者正在寻找 为了一份好工作 -)

parcel-bundler@1.12.4 postinstall C:\Users\User\OneDrive\OneDrive Laptop\Coding\YoutubeCode\V12 Dec 22 19 React Boilerplate\node_modules\parcel-bundler node -e "console.log('\u001b[35m\u001b[1mLove Parcel? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/parcel/donate\u001b[0m')"

喜欢包裹?您现在可以向我们的开放集体捐款:

https://opencollective.com/parcel/donate npm WARN reactboilerplate@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

  • parcel-bundler@1.12.4 添加了来自 535 个贡献者的 736 个包,并在 279.429 秒内审核了 8431 个包,发现 0 个漏洞

最佳答案

您的安装实际上是成功的。

如果您在 package.json 文件中添加“build”脚本(即“build”:“parcel build public/index.html”,然后运行“npm run build”,它应该可以工作)

如果您想解决 corejs 问题,您可以使用 Parcel 2(目前处于测试阶段)。这可能对您有用,也可能不适合您,具体取决于您的项目是什么,对我来说非常有用。 (npm install --save-dev parcel@next)。

小提示,您可能是想将 parcel 安装为开发依赖项(构建应用程序而不是运行应用程序所需的依赖项)这就是 --save-dev 标志为您所做的。 (快捷方式是 -D)。

关于javascript - 无法通过 npm 安装 parcel bundler,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59444513/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com