ERROR in ./src/main.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:71:19)
at Object.createHash (node:crypto:133:10)
at filename (D:\作业\html\vue\vue2\03复习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:94:23)
at D:\作业\html\vue\vue2\03复习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:120:39
at Generator.next (<anonymous>)
at asyncGeneratorStep (D:\作业\html\vue\vue2\03复 习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:3:103)
at _next (D:\作业\html\vue\vue2\03复习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:5:194)
at D:\作业\html\vue\vue2\03复习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:5:364
at new Promise (<anonymous>)
at D:\作业\html\vue\vue2\03复习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:5:97
at handleCache (D:\作业\html\vue\vue2\03复习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:159:18)
at D:\作业\html\vue\vue2\03复习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:204:18
at Generator.next (<anonymous>)
at asyncGeneratorStep (D:\作业\html\vue\vue2\03复 习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:3:103)
at _next (D:\作业\html\vue\vue2\03复习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:5:194)
at D:\作业\html\vue\vue2\03复习数组知识\demo-cart\node_modules\babel-loader\lib\cache.js:5:364
webpack compiled with 3 errors
在导入vue项目之后运行出现的错误,原因是node的版本过高,可以使用nvm进行版本的切换:
nvm use 【version】
在尝试运行Vue项目时遇到错误,错误信息指向模块构建失败,具体涉及babel-loader和crypto模块。问题的根本原因是Node.js版本过高。解决方案是使用nvm(NodeVersionManager)切换到适合项目需求的Node版本。

3780

被折叠的 条评论
为什么被折叠?



