Skip to content

Npm list in workspace find modules installed at root level

Notifications You must be signed in to change notification settings

panayot-cankov/npm-list-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-list-repro

Npm list in workspace find modules installed at root level

Clone the repo. In the root run:

npm i
cd workspace-a
npm list --production

Npm list will throw errors.

Then still in the worspace-a:

npm i
npm list --production

Npm list will not throw errors.

For workspaces, vsce seems to need a version of npm list --production that will work without installing locally.

About

Npm list in workspace find modules installed at root level

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published