gitawego / cordova-screenshot

screenshot plugin for cordova/phonegap
Other
211 stars 167 forks source link

Can't add cordova-screenshot plugin #53

Closed truongthinnguyen-zz closed 9 years ago

truongthinnguyen-zz commented 9 years ago

Hi,

I have a problem while installing this plugin.

$ cordova plugin add com.darktalker.cordova.screenshot
Fetching plugin "com.darktalker.cordova.screenshot" via cordova plugins registry

npm http GET http://registry.cordova.io/com.darktalker.cordova.screenshot
npm http 404 http://registry.cordova.io/com.darktalker.cordova.screenshot
Fetching from cordova plugins registry failed: 404 Not Found: com.darktalker.cor
dova.screenshot
Fetching plugin "com.darktalker.cordova.screenshot" via npm
npm http GET https://registry.npmjs.org/com.darktalker.cordova.screenshot
npm http 404 https://registry.npmjs.org/com.darktalker.cordova.screenshot
Fetching from npm failed: 404 Not Found: com.darktalker.cordova.screenshot
Error: 404 Not Found: com.darktalker.cordova.screenshot
    at RegClient.<anonymous> (c:\Users\DRAGON223\AppData\Roaming\npm\node_module
s\cordova\node_modules\cordova-lib\node_modules\npm\node_modules\npm-registry-cl
ient\lib\request.js:268:14)
    at Request.self.callback (c:\Users\DRAGON223\AppData\Roaming\npm\node_module
s\cordova\node_modules\cordova-lib\node_modules\npm\node_modules\request\index.j
s:148:22)
    at Request.emit (events.js:98:17)
    at Request.<anonymous> (c:\Users\DRAGON223\AppData\Roaming\npm\node_modules\
cordova\node_modules\cordova-lib\node_modules\npm\node_modules\request\index.js:
876:14)
    at Request.emit (events.js:117:20)
    at IncomingMessage.<anonymous> (c:\Users\DRAGON223\AppData\Roaming\npm\node_
modules\cordova\node_modules\cordova-lib\node_modules\npm\node_modules\request\i
ndex.js:827:12)
    at IncomingMessage.emit (events.js:117:20)
    at _stream_readable.js:944:16
    at process._tickCallback (node.js:442:13)
Cordova version: 5.1.1
Installed platforms: android 4.0.2

What should I do to install this plugin?

Thank you, Thin Nguyen

gitawego commented 9 years ago

it should work now.

NewtonJoshua commented 7 years ago

The same issue is happening again.

Error: Failed to fetch plugin git+https://github.com/gitawego/cordova-screenshot.git via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Failed to get absolute path to installed module
thiago-slb commented 7 years ago

Yep, it's happening again... =/

hoonblizz commented 7 years ago

It's happening again!

thiago-slb commented 7 years ago

That I did: Uninstalled node from brew and/or nvm, installed node from the website and it's working again.