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
I work on a package that is published to NPM, but internally uses some JSR modules. Currently, if anyone wants to use the package, they have to manually create a .npmrc file and add @jsr:registry=https://npm.jsr.io into it. It would be great to have some kind of jsr init command which we could tell the users to use before installing our package.
The text was updated successfully, but these errors were encountered:
ERR_PNPM_MISSING_PACKAGE_NAME `pnpm add` requires the package name
Child process exited with: 1
Therefore, we'd have to tell the users of our package to either explicitly install one of its dependencies, or to install a dummy JSR package, neither of which sounds ideal.
I work on a package that is published to NPM, but internally uses some JSR modules. Currently, if anyone wants to use the package, they have to manually create a
.npmrc
file and add@jsr:registry=https://npm.jsr.io
into it. It would be great to have some kind ofjsr init
command which we could tell the users to use before installing our package.The text was updated successfully, but these errors were encountered: