Reputation: 1
When I was building the VSCode source code into a .deb package on Ubuntu 20, I executed the command:
npm run gulp vscode-linux-x64
The error log is as follows:
the following tasks did not complete: vscode-linux-x64
did you forget to signal async completion?
My packaging environment is:
ubuntu20:Linux VM-8-8-ubuntu 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
nodejs: v20.18.1
vscode source: tag/v1.97.0
This seems to be related to the gulp 4.x version in tag/1.97.0.
Upvotes: 0
Views: 54