Replies: 1 comment
-
将打包命令更换为 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
项目准备转到 V3 , 自己尝试小 demo , 打包时遇到了问题
SyntaxError: Unexpected token '.' at wrapSafe (internal/modules/cjs/loader.js:1053:16) at Module._compile (internal/modules/cjs/loader.js:1101:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10) at Module.load (internal/modules/cjs/loader.js:985:32) at Function.Module._load (internal/modules/cjs/loader.js:878:14) at Module.require (internal/modules/cjs/loader.js:1025:19) at require (internal/modules/cjs/helpers.js:72:18) at Object.<anonymous> (G:\Desktop\web\vue-v3-ts\node_modules\vscode-jsonrpc\lib\common\api.js:37:21) at Module._compile (internal/modules/cjs/loader.js:1137:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
指向了
\node_modules\vscode-jsonrpc\lib\common\linkedMap.js:40 return this._head?.value;
希望得到官方的解决
Beta Was this translation helpful? Give feedback.
All reactions