-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Import private module from npm registiry #23800
Comments
Are you using |
@bartlomieju |
@bartlomieju Hi, is there any way to include npm private modules? ... and how? |
@Horki not currently no, please follow the linked issue and PR above. Once they land it will be supported just like with npm - using |
This now works correctly in the canary builds @Horki ! |
Hi @jtibble I have tried with |
Make sure you run like |
That's correct. |
What is a proper way to include private module that I own on private npm registry?
Is there a way to integrate my npm account with deno? I couldn't find in documentation how to do that
package.json
I receive response
npm package '@ivan/my-private-module' does not exist.
The text was updated successfully, but these errors were encountered: