Skip to content

Support npm workspaces #580

Open
Open
@panayot-cankov

Description

@panayot-cankov

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.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions