vsce package problems #1751
Unanswered
grafandreas
asked this question in
Q&A
Replies: 1 comment
-
Hey @grafandreas, vsce isn't playing nice with npm workspaces. See also microsoft/vscode-vsce#580. Essentially, it's a false-positive in a unnecessary verification. You can skip this verification by adding |
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.
-
I once was successfully using vsce package, now having two new projects, I get the following problem (tried with default hello-world):
ERROR Command failed: npm list --production --parseable --depth=99999 --loglevel=error
npm error code ELSPROBLEMS
npm error missing: hello-word@file:, required by [email protected]
Has anyone encountered this?
Beta Was this translation helpful? Give feedback.
All reactions