Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
12.5
Description
I have newer version of node (14.17.6) and npm (7.24.1). When VSCode extension is build (through command `netbeans\java\java.lsp.server$ ant build-vscode-ext`, the build fails because there are created `.package-lock.json` files.
./java/java.lsp.server/vscode/node_modules/.package-lock.json ./java/java.lsp.server/build/bundles/package/node_modules/.package-lock.json
When the extension is wrap up in the last phase of building, the build is looking for the license for these files and the build fails., because there is not such license.
Attachments
Issue Links
- links to