Replies: 4 comments 13 replies
-
readable types is just type library than I made some months ago before start Seelen UI project, so idk why it fails on npm install in your case. |
Beta Was this translation helpful? Give feedback.
-
So figured it out. WSL was getting in the way. Installing packages and doing it in Windows Native (CMD) shell fixed most issues.
warning: |
Beta Was this translation helpful? Give feedback.
-
I hacked enough to get to here Anything familiar here ? I commented load_icon_pack out as that was the main problem in aarch64 |
Beta Was this translation helpful? Give feedback.
-
@eythaann some more info. Synced with the latest 2.0.12 and now I see only two issues (the rest seems to be all good) Both seem to be calling in the Windows:win32 crate .. not at all familiar with this space, could be that ARM64 needs a different crate ? Even a hint for what to search for would help FWIW : installing the x64 2.0.12 on my ARM box now crashes, whereas up 2.0.6 it worked fine in emulation mode (sometimes a little slow) |
Beta Was this translation helpful? Give feedback.
-
Cloned the directory, followed instructions and ran
"npm install && npm run dev"
got this error on npm install
:Seelen-UI/ (master) $ npm install
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Seelen-UI/node_modules/readable-types/rtt-plugin/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/Seelen-UI/node_modules/readable-types/rtt-plugin/package.json'
Total newbie to this kind of code, more familiar with systems software/kernel etc .. any pointers would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions