EddyVerbruggen / cordova-plugin-googleplus

:heavy_plus_sign: Cordova plugin to login with Google Sign-In on iOS and Android
567 stars 629 forks source link

package installation error EINVALIDTAGNAME #741

Open ismail-fathi opened 3 years ago

ismail-fathi commented 3 years ago

I have created an Ionic-vue app, then wanted to add this plugin with my credentials, but directly receive these issue when runing:

npm i cordova-plugin-googleplus --save --variable REVERSED_CLIENT_ID=com.googleusercontent.apps.1063628-32kqlm7g0u --variable WEB_APPLICATION_CLIENT_ID=106326628itjcjn66jls.apps.googleusercontent.com

I get:

npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name "REVERSED_CLIENT_ID=com.googleusercontent.apps.1063628-32kqlm7g0u": Tags may not have any characters that encodeURIComponent encodes.
bastifix commented 2 years ago

Is there still no solution? I've this error too.