Closed leegenes closed 1 year ago
Thanks @leegenes for the report. Yes, the 4.0.0 release is not on the main branch (it's on a different branch), which is why it's hard to find.
I got partway down the 4.0.0 path when I realized that there are a few other changes which will make themer much easier to use generallyโso I'm working on that now and will get all this cleaned up soon.
In the meantime, you have a few options:
--legacy-peer-deps
flagโthemer@4.0.0 is still compatible with the various template and color packages.
Description
CLI package on NPM is v4.0.0 template, color, wallpaper packages have a peer dependency
"themer": "^3"
causing failure when installing.v4.0.0 tag
Commit linked to the v4.0.0 tag , but it doesn't exist in history.
Current package.json with version 3.3.9 specified, and last commit date Sept 2021.
Seems like a force push or hard reset may have wiped it from history after the tag was created and package pushed to npm?
To reproduce
npm install themer
npm install @themerdev/{package}
Expected behavior
Should be able to install packages. NPM version should be a valid version in the package's history.
Environment information
CLI
probably not relevant
Additional context
Error
Workaround