"><img> to paste in an image
Hi Pavel Kalinov
Here are some steps you can try to resolve this issue:
Clean Yarn Cache: Sometimes, cached data can cause unexpected errors. Try running yarn cache clean
to clear the cache.
Update Node.js: Ensure that you’re using a recent version of Node.js. If you’re using an older version, consider updating to the latest stable version.
Reinstall Yarn: If updating Node.js doesn’t help, consider reinstalling Yarn. First, uninstall the existing version with npm uninstall -g yarn
, and then reinstall Yarn using npm install -g yarn
.