Hello everyone.
I added a new icon to icons-sprite. svg
I uploaded it to my theme
After that I got an error
How can I restore my discourse?
Hello everyone.
I added a new icon to icons-sprite. svg
I uploaded it to my theme
After that I got an error
How can I restore my discourse?
I think if you turn on the development panel you’ll see the error that is causing the problem.
Please tell me how to turn it on?
F12 works on Chrome on Linux.
I recently got the issue in DEV in MacOS but it fixed itself after a while. But now when I try switching the branch to stable
the issue pops up again. I think its related to ember-cli. Any pointers here from the team?
p.s.
Here’s how I was able to fix it.
brew install node@16
.npm install -g yarn
.The upside of this approach is, I can choose the node version I want to be used for yarn. With homebrew, it installed the latest node version when installing yarn with no flexibility.
I tried this, (except I manually downloaded node@16 instead of using brew install), but the problem persists.
Anyone else from the team with a solution for this?