-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac Terminal install failing possibly due to PR 1485 #1536
Comments
I got around by setting |
@bjia56 this may be passing an empty string into argv |
nevermnd, checked the code undefined is replaced with latest if its not defined. scrypted/packages/cli/src/main.ts Line 147 in 191620b
error also shows this is clearly a user environment issue. probably ran brew with root at some point.
|
Gonna open this again with the purchase of a new Mac Mini M4, I tried installing from scratch with the terminal command. I get the input/output error 5 issue. Mac-mini / % curl -s https://raw.githubusercontent.com/koush/scrypted/main/install/local/install-scrypted-dependencies-mac.sh > ~/install-scrypted-dependencies-mac.sh My thought is with macOS 15 there is some new security permissions that are needed to be allowed during this script setup to work properly. I know node won't get prompted to be added to the local network permission in settings app. |
#1485
This PR asks for scrypted version and the installer barfs on undefined version. Should the version
SCRYPTED_INSTALL_VERSION
be defined in the install script somewhere?The text was updated successfully, but these errors were encountered: