Replies: 3 comments 10 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.
-
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