filamentgroup / loadCSS

Load CSS asynchronously
MIT License
6.71k stars 533 forks source link

Cannot install version 3.0.0 because node version is hardcoded to 11.9.0 #316

Closed gr8bit closed 4 years ago

gr8bit commented 4 years ago

Attempting to update gives me the following error on yarn install:

error fg-loadcss@3.0.0: The engine "node" is incompatible with this module. Expected version "11.9.0". Got "12.16.1"

Previous version 2.1.0 didn't require the engine version. How can I fix this? Thanks a lot in advance!

eshimischi commented 4 years ago

Yeah! Just wanted to start the same issue, but saw one is here already. I use Node 12.16.2 but library is stuck to 11.9.0

gr8bit commented 4 years ago

@scottjehl is probably the man who can shed some light on our darkness here ;)

gr8bit commented 4 years ago

@eshimischi for the moment, you can replace your fg-loadcss in your package json with "fg-loadcss": "bichinger/loadCSS#extend-engine-requirement", (which is the above mentioned PR #317 ).

scottjehl commented 4 years ago

@gr8bit thank you. merging your PR for a release this morning.

psdon commented 4 years ago

Hope this fix soon. I encounter the same issue