Невозможно использовать собственный API камеры с последней версией Ionic - PullRequest
0 голосов
/ 06 октября 2019

Когда я запускаю

$ ionic cordova plugin add @ionic-enterprise/camera

я получаю следующее

[OK] Integration cordova added!
✔ Creating ./www directory for you - done!
> cordova plugin add @ionic-enterprise/camera

You have been opted out of telemetry. To change this, run: cordova telemetry on.
npm: Command failed with exit code 1 Error output:
npm ERR! code E404
npm ERR! 404 '@ionic-enterprise/camera' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 (or use the name yourself!)
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! 404 
npm ERR! 404  '@ionic-enterprise/camera@latest' 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 
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/p0tta/.npm/_logs/2019-10-06T16_04_01_849Z-debug.log
[ERROR] An error occurred while running subprocess cordova.

cordova plugin add @ionic-enterprise/camera exited with exit code 1.

Re-running this command with the --verbose flag may provide more information.

Я использую следующие версии

$ ionic -v
5.4.2

$ node -v
v10.15.3

Нужно ли мне получить большепоследняя версия узла? Я создал несколько других не родных приложений с такой же настройкой, не уверен, что проблема с этим.

...