You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Petr Pisl (Jira)" <ji...@apache.org> on 2021/11/26 13:39:00 UTC

[jira] [Created] (NETBEANS-6235) Build of vscode extension fails

Petr Pisl created NETBEANS-6235:
-----------------------------------

             Summary: Build of vscode extension fails
                 Key: NETBEANS-6235
                 URL: https://issues.apache.org/jira/browse/NETBEANS-6235
             Project: NetBeans
          Issue Type: Bug
          Components: vscode
    Affects Versions: 12.5
            Reporter: Petr Pisl


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.
{code:java}
./java/java.lsp.server/vscode/node_modules/.package-lock.json
./java/java.lsp.server/build/bundles/package/node_modules/.package-lock.json {code}
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. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists