You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the workspaces in the monorepo is named @seoturbo/eslint-config-custom.
When running npm-check I get this error:
@seoturbo/eslint-config-custom ⛔ NPM ERR! Registry error Package `@seoturbo/eslint-config-custom` could not be found
This error should not be showing because @seoturbo/eslint-config-custom is a local workspace/package. It only exists on my machine, not in the NPM register.
Any idea how to fix this?
The text was updated successfully, but these errors were encountered:
BenJackGill
changed the title
monorepo workspace/package is showing "NPM ERR! Registry error Package <Package_Name> could not be found"
monorepo workspace/package is showing NPM ERR! Registry error Package <Package_Name> could not be foundMar 14, 2023
I have an npm monorepo.
One of the workspaces in the monorepo is named
@seoturbo/eslint-config-custom
.When running
npm-check
I get this error:This error should not be showing because
@seoturbo/eslint-config-custom
is a local workspace/package. It only exists on my machine, not in the NPM register.Any idea how to fix this?
The text was updated successfully, but these errors were encountered: