cordova-ourcodeworld-filebrowser icon indicating copy to clipboard operation
cordova-ourcodeworld-filebrowser copied to clipboard

Failed to restore this plugin

Open sytolk opened this issue 4 years ago • 0 comments
trafficstars

This lib works before 5-6 months but now after I try to run cordova platform remove android and add it again cordova platform remove android:

Failed to restore plugin "com.ourcodeworld.plugins.Filebrowser". You might need to try adding it again. Error: Error: Command failed with exit code 1: npm view com.ourcodeworld.plugins.Filebrowser --json
npm ERR! code E404
npm ERR! 404 Not found : com.ourcodeworld.plugins.Filebrowser
npm ERR! 404 
npm ERR! 404  'com.ourcodeworld.plugins.Filebrowser' is not in the npm registry.
npm ERR! 404 Your package name is not valid, because 
npm ERR! 404  1. name can no longer contain capital letters
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/sytolk/.npm/_logs/2021-02-19T07_09_01_801Z-debug.log
{
  "error": {
    "code": "E404",
    "summary": "Not found : com.ourcodeworld.plugins.Filebrowser",
    "detail": "\n 'com.ourcodeworld.plugins.Filebrowser' is not in the npm registry.\nYour package name is not valid, because \n 1. name can no longer contain capital letters\n\nNote that you can also install from a\ntarball, folder, http url, or git url."
  }
}

sytolk avatar Feb 19 '21 07:02 sytolk