I have been trying to install idyll on my laptop (running on Linux Mint). However I always get this error:
npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name ">=^16.0.0": Tags may not have any characters that encodeURIComponent encodes.
I am pretty new to coding - so maybe this is a trivial issue but googling didn't provide me with any hints. I tried completely uninstalling and reinstalling nodejs and npm as suggested in Npm install cannot find module 'semver' but that didn't help.
Does somebody have an idea what I could do to get this running?