Wallpaper/sticker installation on ``code-server`` (yarn) fails
See original GitHub issueDescribe the bug
When you try to install the wallpaper/background on a code-server
install (installed using yarn
), the installation fails despite doing the following command below:
sudo chown -R $(whoami) /usr/local/share/.config/yarn/global/node_modules/code-server/lib/vscode/out/vs/workbench
To Reproduce
- Install
code-server
and the extension - Try to install a custom wallpaper/sticker
Expected Behavior
Installation to complete after giving chown permissions
Environment
OS: Android 12 (ARM64) VSCode ver: v1.68.1 code-server ver: v4.5.1 Installed using yarn Doki-theme: v84.1.6
Screenshots
Issue Analytics
- State:
- Created a year ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Can't install with NPM (Workaround: use yarn instead) #5174
Installing yarn via npm install -g yarn and running sudo yarn global add code-server works however. ❤️ 2
Read more >thelounge | Yarn - Package Manager
1.0 fails to install on Linux/macOS using npm cli. v3.1.0 - 2019-07-11. For more details, see the full changelog and milestone. This is...
Read more >tLx - River Thames Conditions - Environment Agency - GOV.UK
Big apple circus coupon code new york, Hdfs replication 0, Zerotuss dosage, Nikas stauskas, Psichiatri famosi napoli, Xcom diary, Blast of tempest amv, ......
Read more >Does anyone have code-server working on iSH? - Reddit
I tried installing with an older version of node, but it just hangs. I also tried installing it via Yarn and it begins...
Read more >Available tax categories | Stripe Documentation
Tax code Category name Use this tax category for
txcd_10000000 General ‑ Electronically Supplied Services Any electronically supplied goo...
txcd_10701200 Website design A service to...
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 FreeTop 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
Top GitHub Comments
@RealEthanPlayzDev I’ve published the plugin to the vsx repository https://open-vsx.org/extension/unthrottled/doki-theme so the fix should be available now, thanks for waiting!
I was able to replicate the issue and get a fix in.
After you install your assets, you’ll need to hard refresh (clear caches & reload) your browser window. That way the VSCode css with the custom assets gets picked up.
I’ll have the extension published probably later today, working on another change before I release.