Asset2SD icon indicating copy to clipboard operation
Asset2SD copied to clipboard

Missing package.json

Open stefanoCaroli opened this issue 7 years ago • 3 comments

Hi I am trying to install the plugin via CLI cordova plugin add https://github.com/gkcgautam/Asset2SD.git but I get the following error:

Error: Failed to fetch plugin https://github.com/gkcgautam/Asset2SD.git via registry. Probably this is either a connection problem, or plugin spec is incorrect. This is most likely not a problem with npm itself and is related to npm not being able to find a package.json in a package you are trying to install.

Any plans to fix it soon?

stefanoCaroli avatar Jun 09 '17 11:06 stefanoCaroli

Au vu des réponses, je pense jamais ?

Matkill avatar May 27 '18 17:05 Matkill

@Matkill @stefanoCaroli Yes. So sad. Any alternative?

MisterWP avatar May 30 '18 12:05 MisterWP

I faced the same issue. This is how I solved it. Use the package name instead of the git url. cordova plugin add com.gkcgautam.asset2sd

whoisdevd avatar Nov 28 '19 12:11 whoisdevd