常见报错
Error: error:0308010C:digital envelope routines::unsupported
0.背景 启动一个vue项目,启动过程中报错: Error: error:0308010C:digi 阅读更多
常见报错
node打包报错:ERROR in xxxx.js Module not found: Error: Can’t resolve xxxx in ‘xxx’ error Command failed with exit code 1.
0.背景 anguar项目。分为主包和子包,子包推送到npm私有仓库中,然后主包在packjson中 阅读更多
常见报错
allocation failure scavenge might not succeed
0.背景 angular项目,执行build指令时报错。 1.解决办法 把项目重启了几遍还是不行, 阅读更多
常见报错
ERROR in node_modules/exceljs/index.d.ts(1511,41): error TS2694: Namespace ‘NodeJS’ has no exported member ‘TypedArray’.
0.背景及解决办法 加了个excel导出插件,导出的时候开始报错。 解决办法,装一下 注:本人安装高 阅读更多
常见报错
ERROR in node_modules/@types/node/globals.global.d.ts(1,44): error TS2304: Cannot find name ‘globalThis’.
0.前言 angular项目中start的时候报这个错,周围的人有的人报这个错,有的人没有报这个错。 阅读更多