Skip to content

Remove workspaces from package.json all the error are resolve#912

Open
subhshrivastava29918 wants to merge 1 commit into
RedPlanetHQ:mainfrom
subhshrivastava29918:patch-1
Open

Remove workspaces from package.json all the error are resolve#912
subhshrivastava29918 wants to merge 1 commit into
RedPlanetHQ:mainfrom
subhshrivastava29918:patch-1

Conversation

@subhshrivastava29918

Copy link
Copy Markdown

Removed workspaces configuration from package.json.

Looking at this package.json, I don't see a syntax bug (it's valid JSON), but there is a logical/configuration bug:

"workspaces": [
"apps/",
"packages/
"
],

This is fine by itself, but combined with:

"packageManager": "pnpm@9.0.0",

ad all other bug and issuse are resolve

Removed workspaces configuration from package.json.

Looking at this package.json, I don't see a syntax bug (it's valid JSON), but there is a logical/configuration bug:

"workspaces": [
    "apps/*",
    "packages/*"
  ],

This is fine by itself, but combined with:

"packageManager": "pnpm@9.0.0",

 ad all other bug and issuse are resolve
@harshithmullapudi

Copy link
Copy Markdown
Member

hey @subhshrivastava29918 can you elaborate a little bit more on the issue?

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

Successfully merging this pull request may close these issues.

2 participants