nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.64k stars 1.65k forks source link

Package engine "Node >= 10.0.0" causing installation problem in Node 15.4.0 #452

Open blfunex opened 3 years ago

blfunex commented 3 years ago

Describe the bug Can not install with node 15.4.0 using yarn.

To Reproduce

Get node 15.4.0, install yarn 1.22.5, then

$ yarn add nes.css

Expected behavior NES.css installs correctly

Screenshots image

Environment:

Suggestion(s) for fixing this issue Remove the engine field from package.json, or update it.

Additional context IDK, thanks.

lukbukkit commented 3 years ago

This problem has already been fixed by #418 but has yet to be published. It would be nice if a new version could be released on NPM.

gabrielgaraujo commented 3 years ago

This problem has already been fixed by #418 but has yet to be published. It would be nice if a new version could be released on NPM.

@LukBukkit How can I yarn add using the develop branch?

UPDATE I've sorted it out, since I'm using it only for a local prototype I've used yarn link

Steps to set it up locally:

git clone git@github.com:nostalgic-css/NES.css.git && cd NES.css
cd <path-to-your-project> && yarn link nes.css     
lukbukkit commented 3 years ago

Sorry for the late answer. I'm using yarn install --ignore-engines to install the dependencies for my project. To add the package you can edit the package.json file by hand.

good-praxis commented 2 years ago

469 depicts the same issue. If it's fixed upstream, what does it take to get it into a release? This is a pretty breaking bug after all