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

Installing private packages that are not hosted on the public npmjs registry #1205

Open
reviewher opened this issue Nov 7, 2022 · 1 comment
Labels
✨ enhancement New feature or request

Comments

@reviewher
Copy link

Modules are currently tied to the public npmjs registry. The search bar searches the public registry to add modules. There is no way to side-load modules into the fiddle.

Ideally there would be a package.json-esque way to control the npm resolution process.

If that is not desirable, one workaround is to specify paths to tarballs downloaded with npm pack $PACKAGE_NAME

@erickzhao erickzhao added the ✨ enhancement New feature or request label Nov 7, 2022
@BhinbahadurUK

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants