Open
Description
I've just finished moving several VSCode extensions into single monorepo using npm v7 workspaces.
However when the vsce
packages using npm
(not yarn
) it does internally:
npm list --production --depth=99999 --loglevel=error
And that command fails from the workspace to lookup common modules in the root.
I logged an issue at npm
Although I am not sure if this is npm list
bug or feature, probably the npm list
will have to be extended to look those modules and then maybe some additional work will be necessary in the vsce
to package the files correctly.