Closed gr8bit closed 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
@scottjehl is probably the man who can shed some light on our darkness here ;)
@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 ).
@gr8bit thank you. merging your PR for a release this morning.
Hope this fix soon. I encounter the same issue
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!