ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

Unable to install this plugin, I didn't find plugin.xml file #222

Closed ashwin4av closed 8 years ago

ashwin4av commented 8 years ago

Hi , I am unable to install this plugin , please @ToothlessGear, @hypesystem and @eladnava Help me on this issue . find the attached screen,

Thanks , Ashwin.

node-gcm_plugin_issue

eladnava commented 8 years ago

@ashwin4av You should install via npm by running the following command in your Node.js project's root directory (the one containing package.json):

npm install node-gcm --save

ashwin4av commented 8 years ago

@eladnava thanks for quick response , Still i am unable to install.. PFA screen

node-gcm-2

hypesystem commented 8 years ago

The error message tells you what is wrong: "Microsoft IT Showcase" is an invalid name. My guess is that this is the name you have given your project in your own package.json.

eladnava commented 8 years ago

@hypesystem Nice catch! Indeed the npm error is a little bit vague, but I'm pretty sure it's due to an invalid naming convention within the package.json.

eladnava commented 8 years ago

Closing the issue due to lack of response. Let us know if you still need help.