Skip to content
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

[BUG] doesn't work with slash / in package name #3

Open
kopach opened this issue Dec 20, 2022 · 0 comments
Open

[BUG] doesn't work with slash / in package name #3

kopach opened this issue Dec 20, 2022 · 0 comments

Comments

@kopach
Copy link

kopach commented Dec 20, 2022

I'm using PNPM workspace. I have structure like so

packag.json // root
apps/
	@space1
		app1
			package.json // "name": "@space1/app1"
...

name property of apps/@space1/app1/packae.jsom contains slash. It seems like cause an issue. When I try to install dependency, I'm getting an error similar to this:

Command 'PNPM VS Code Helper: Install selected package dependencies only.' resulted in an error (Unable to read file '/<path to repo>/apps/@space1/package.json' (Error: Unable to resolve nonexistent file '/<path to repo>/apps/@space1/package.json'))

note, there is no app1 folder in the path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant