You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with Fedora 27 and Windows 10, both with the same result (Here exemplary Win 10 and AlarmPlugin):
Error: Failed to fetch plugin https://github.com/uniclau/AlarmPlugin.git via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: cmd: Command failed with exit code 4294963228 Error output:
npm ERR! addLocal Could not install C:\Users\dextreem\AppData\Local\Temp\npm-8952-e08c9f90\git-cache-dd197a2d\e5aa1d6add6611867f71f3200c9fa9be6f7482ad
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "F:\\Program Files\\nodejs\\node.exe" "F:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "https://github.com/uniclau/AlarmPlugin.git" "--production" "--save"
npm ERR! node v6.11.4
npm ERR! npm v3.10.10
npm ERR! code EISDIR
npm ERR! errno -4068
npm ERR! syscall read
npm ERR! eisdir EISDIR: illegal operation on a directory, read
npm ERR! eisdir This is most likely not a problem with npm itself
npm ERR! eisdir and is related to npm not being able to find a package.json in
npm ERR! eisdir a package you are trying to install.
npm ERR! Please include the following file with any support request:
npm ERR! F:\Development\find\find\npm-debug.log
Unfortunately npm-debug.log does not exist... I assume the error occurs because of the missing package.json in both repos? How did you manage to install them?
I can finish the guide anyways, building and running works fine, but obviously parts of the app won't work as expected. Does anybody have an idea?
Thanks in advance and best regards
The text was updated successfully, but these errors were encountered:
Hi all,
I'm trying to build the Android app following this guide: https://github.com/schollz/find/tree/android
Two plugins won't install:
Tested with Fedora 27 and Windows 10, both with the same result (Here exemplary Win 10 and AlarmPlugin):
Unfortunately
npm-debug.log
does not exist... I assume the error occurs because of the missingpackage.json
in both repos? How did you manage to install them?I can finish the guide anyways, building and running works fine, but obviously parts of the app won't work as expected. Does anybody have an idea?
Thanks in advance and best regards
The text was updated successfully, but these errors were encountered: