npm run build:vscode fails with multiple syntax errors #7083
Answered
by
Papilionidae
Papilionidae
asked this question in
Q&A
-
Description: I encountered multiple syntax errors when running npm run build:vscode in my local environment. Here are the details of my setup: Node.js: v20.18.0
|
Beta Was this translation helpful? Give feedback.
Answered by
Papilionidae
Nov 25, 2024
Replies: 1 comment 3 replies
-
Just to check, you applied the patches with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your response. I tried modifying the 'compile-build' task in the file lib/vscode/build/gulpfile.compile.js yesterday by changing the disableMangle parameter from false to true, and after that, I was able to build successfully.