Error Install, say Install not verified...!!! #256
-
Install not verified...
Error: Install not verified...
[2021-05-08 10:36:51.434] [info] Launching Script Kit 1.3.0-beta.13
[2021-05-08 10:36:51.435] [info] auto updater detected version: 1.3.0-beta.13
[2021-05-08 10:36:51.436] [info] App version: 1.3.0-beta.13
[2021-05-08 10:36:51.438] [info] Previous version: 0.0.0
[2021-05-08 10:36:51.850] [info] /Users/angelgranadillo/.kit
[2021-05-08 10:36:51.850] [info] kit found
[2021-05-08 10:36:51.851] [info] kit is not a .git repo
[2021-05-08 10:36:51.866] [info] /Users/angelgranadillo/.kit
[2021-05-08 10:36:51.867] [info] kit found
[2021-05-08 10:36:51.867] [info] Cleaning previous .kit
[2021-05-08 10:36:51.936] [info] .kit doesn't exist or isn't on a contributor branch
[2021-05-08 10:36:51.937] [info] Unzipping kit into /Users/angelgranadillo/.kit
[2021-05-08 10:36:51.939] [info] EEXIST: file already exists, mkdir '/Users/angelgranadillo/.kit'
[2021-05-08 10:36:52.409] [info] node found
[2021-05-08 10:36:52.410] [info] updating ~/.kit packages...
[2021-05-08 10:37:03.105] [info] kenv found
[2021-05-08 10:37:03.107] [info] kenv is not configured
[2021-05-08 10:37:03.108] [info] Run .kenv setup script...
[2021-05-08 10:37:03.273] [info] kenv is not configured
[2021-05-08 10:37:03.395] [info] Verifying ~/.kit exists:
[2021-05-08 10:37:03.396] [info] /Users/angelgranadillo/.kit
[2021-05-08 10:37:03.397] [info] kit found
[2021-05-08 10:37:03.397] [info] Verifying ~/.kenv exists:
[2021-05-08 10:37:03.398] [info] kenv found
[2021-05-08 10:37:03.399] [info] node found
[2021-05-08 10:37:03.400] [info] node found
[2021-05-08 10:37:03.401] [info] node_modules not found
[2021-05-08 10:37:03.402] [info] node_modules missing
[2021-05-08 10:37:03.402] [info] kenv is not configured
[2021-05-08 10:37:03.403] [info] kenv .env missinag
[2021-05-08 10:37:03.417] [warn] Install not verified...
[2021-05-08 10:37:03.418] [warn] Error: Install not verified...
at /Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:2:109344
at l (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:8:1256506)
at Generator._invoke (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:8:1256294)
at Generator.next (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:8:1256931)
at po (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:2:101760)
at s (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:2:101964)
at /Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:2:102025
at new Promise (<anonymous>)
at /Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:2:101904
at /Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:2:109457
at /Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:2:116111
at l (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:8:1256506)
at Generator._invoke (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:8:1256294)
at Generator.next (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:8:1256931)
at po (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:2:101760)
at s (/Applications/Kit.app/Contents/Resources/app.asar/main.prod.js:2:101964) |
Beta Was this translation helpful? Give feedback.
Answered by
johnlindquist
May 8, 2021
Replies: 1 comment 7 replies
-
The logs are showing that the npm install command failed. I'll need to improve the logs to give me more info in this scenario. Are you comfortable running terminal commands? Could you please try: This sets up the node packages: ~/.kit/node/bin/npm install --only=prod --prefix ~/.kit This configures your ~/.kenv environment using the node from ~/.kit: PATH=~/.kit/node/bin:$PATH KENV=~/.kenv ~/.kit/script ~/.kit/setup/setup.js If either of those commands error, please post here. If they both succeed, try opening the Kit.app again. (Updated commands based on thread below) |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
johnlindquist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The logs are showing that the npm install command failed. I'll need to improve the logs to give me more info in this scenario.
Are you comfortable running terminal commands? Could you please try:
This sets up the node packages:
This configures your ~/.kenv environment using the node from ~/.kit:
If either of those commands error, please post here. If they both succeed, try opening the Kit.app again.
(Updated commands based on thread below)