У меня есть один плагин cordova, который доступен только в репозитории GIT и не зарегистрирован в реестре плагинов npm.
Я пытаюсь отправить Cordova Remote-build из Visual Studio 2017 на MAC-машину, Remote-build пытается загрузить плагин из npm, и он не работает с ошибкой ниже.
npm ERR! 404 'plugin-package-name' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'projectname'
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Как я могу установить из репозитория git, даже если плагин не зарегистрирован в npm с помощью remotebuild?
edit: я могу установить в Visual Studio 2017 cordova с URL-адресом git, но удаленная сборка все еще выглядит из npm.
cordova plugin add https://github.com/plugin-name.git#va.b.c