IOS / ish install hangs
See original GitHub issueIn following the steps here: https://coder.com/docs/code-server/latest/ios
I get stuck on the installation step. It’s been sitting for over an hour, no progress, no error. I have the latest patches on an IPad Pro
iPad-2:~# curl -fsSL https://code-server.dev/install.sh | sh
Alpine Linux v3.14
Installing latest from npm.
sh: NPM_PATH: not found
Installing with npm.
+ npm install -g code-server --unsafe-perm
is there a way to provide additional insight or is there a known fix?
Issue Analytics
- State:
- Created a year ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
NPM Install Hanging · Issue #874 · ish-app/ish - GitHub
I have iPhone 12 Pro Max and have exactly the same issue. It's just hanging when I run for example npm i -g...
Read more >Golang causes iSH to hang on code execution : r/ish - Reddit
After installing Go on iSH, attempting to run any code will cause the entire system to hang and require a restart.
Read more >iPad pro as a Linux machine - know - GitBook
I bought my iPad mainly for note-taking during classes. ... iSH frequently freezes if I leave it open for around 20 min. ......
Read more >Install & run Linux, python on iPhone - iSH Shell - YouTube
Its easy to install Linux and Python on your iPhone. Thanks to iSH app, you have have alpine linux running on your smartphone....
Read more >Join the iSH-AOK beta - TestFlight - Apple
Installing a beta iOS or iPadOS app via email or public link invitation ... to see your number of sessions and crashes, the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Might be related: https://github.com/ish-app/ish/issues/874
The only thing that comes to mind is to try the
npm install
command directly with more flags. Something like raising the log levels with--dd
(verbose) or--ddd
(silly).