-
-
Notifications
You must be signed in to change notification settings - Fork 23
[FEAT] support workspaces #1126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
Comments
any news about this ? thanks |
This project is a community effort. |
There is a promising attempt to provide this feature. Thanks to @MalickBurger. @Donorlin , since you've asked for an update: |
60 tasks
jkowalleck
pushed a commit
that referenced
this issue
Mar 19, 2025
fixes #1126 Signed-off-by: MalickBurger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
this project currently does not support npm workspaces.
see https://docs.npmjs.com/cli/v9/using-npm/workspaces
Describe the solution you'd like
--workspace=[NAME]
npm
package.json
Describe alternatives you've considered
none
Additional context
NPM workspaces themselves are installed as path-relative local packages.
NPM workspace dependencies are accumulated in a top-level
node_modules
dir.The text was updated successfully, but these errors were encountered: