-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Version 0.6.6 break the install with custom npm registry (e.g. cnpm) #291
Comments
@sorrycc |
|
Sorry about that. I'm going to push another version to try to fix this. I can't guarantee that it'll work though because there appears to be a problem with cnpm itself. For example, version 0.6.5 is present but version 0.6.6 is absent (I get a 404). I have no idea why this is because I don't know anything about cnpm. To work around issues like this, I'm going to try falling back to the official npm registry if the custom one fails. |
@sorrycc Can you try again with version 0.6.8? |
@tiyunchen looks like you tried |
|
0.6.6 support custom npm registry, but the
package/-/package-version.tgz
format is not support on the cnpm registry.The text was updated successfully, but these errors were encountered: