小编EM_*_*Dev的帖子

Node_Modules 文件夹在“npm install”后消失

每当我在新计算机上的项目上运行“npm install”命令时,都会出现一些奇怪的行为。安装命令完成后,我的 node_modules 文件夹就会消失。任何帮助表示赞赏!

这是日志:

PS C:\Dev\eth> npm i

npm WARN deprecated truffle-hdwallet-provider@0.0.3: WARNING: This package has been renamed to @truffle/hdwallet-provider.
npm WARN deprecated uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm …
Run Code Online (Sandbox Code Playgroud)

javascript node.js npm node-modules

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

标签 统计

javascript ×1

node-modules ×1

node.js ×1

npm ×1