-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Plugin installation fails with TypeError #79
Labels
Comments
hayuki
changed the title
Plugin installation fails with "semver" error
Plugin installation fails with TypeError
Oct 28, 2016
Seems the use of single quotes in the preinstall version check is causing the error in Windows env but not *nix/OSX/cygwin:
Changing to double quotes seems to make it happy:
Will release a patch version with this fix. |
published to npm as |
Perfect! @dpa99c, thank you for such a quick response and fix :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have looked through the closed issues to see if anyone had the same problem as I am currently experiencing, but I did not see anything, so I decided to open a separate issue for this.
When I run
$cordova plugin add cordova-custom-config --save
it starts downloading npm dependencies but fails with the following output:My current runtime environment info is as follows:
NPM: 3.10.3
Cordova CLI: 6.2.0
Gulp version: CLI version 3.9.1
Gulp local:
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
OS:
Node Version: v6.7.0
I would appreciate any help on this...
The text was updated successfully, but these errors were encountered: