-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use of .npmrc config #16
Comments
Can you attach your personal .npmrc file so I can take a look at your config? |
I'm not comfortable with public access to it. Sent you it in email to @gmail.com |
v1.4.0 adds a |
Only 2 months passed and I'm again working on this task (: It worked but took me time to figure out that |
Thanks - I added a note to the README about not including the trailing slash |
@nathanhleung as a one of the ux rules says: better prevent user opportunity to make error rather then make good error message. so, it would be definitely better to make it work with and without trailing slash |
Actually, that's a good idea. I'll reopen this and put this on the feature roadmap. Thanks! |
Fixed in a57d4f5 and published in v1.5.0. Thanks again for the idea. |
Use .npmrc file to get the registry url
I have a private registry and then I run
install-peerdeps valhalla-engine-test
I get en error
ERR That package doesn't exist. Please try another.
That because global npm server is used instead of one that setup in .npmrc file
The text was updated successfully, but these errors were encountered: