gpt4 book ai didi

node.js - Node 如何与 Yarn 即插即用一起使用?

转载 作者:行者123 更新时间:2023-12-04 15:34:49 26 4
gpt4 key购买 nike

Yarn 2.0 将 PnP 带到了桌面,但我真的不明白如果文件在 npm 注册表中有依赖项,我如何再使用简单的 node 命令运行 javascript。 node 查找 node_modules 文件夹以查找依赖项,但是由于 PnP 完全删除了 node_modules 文件夹,我是否需要使用 以外的命令>node 现在?或者 Node 会引入一些新的标志来读取 .pnp.js 文件而不是递归地向上查找最近的 node_modules 吗?

最佳答案

来自 Yarn 2 PnP 文档的回答:

Because Node had no concept of packages, it also didn't know whether a file was meant to be accessed (versus being available by the sheer virtue of hoisting). It was entirely possible that the code you wrote worked one day in development but broke later in production because you forgot to list one of your dependencies in your package.json.

对于您的回答,您可以使用命令 node index.js 运行。

您需要在 package.json 脚本部分添加一个脚本,例如 "start": "node index.js" 然后运行 ​​yarn run start

关于node.js - Node 如何与 Yarn 即插即用一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60089357/

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