Fomantic-ui: Can't install on node v12.13 and npm v6.13

Created on 18 Nov 2019  路  3Comments  路  Source: fomantic/Fomantic-UI

I'm getting the following error when running npm install: Unsupported engine for [email protected]: wanted: {"node":">=10.15.3","npm":"6.4.1"} (current: {"node":"12.13.0","npm":"6.13.0"})

My installed versions are:
node: 12.13
npm: 6.13
npx gulp -v:
CLI version: 2.2.0
Local version: 4.0.2

I realise that fomantic requires npm 6.4.1 but I'm curious why? Is there anything I can do other than locking my npm version to 6.4.1?

priorithigh typbug

All 3 comments

@loweoj This is actually a bug, the version shouldn't be absolute.

I will publish a fix in about 30mins.

@loweoj Give npm install fomantic-ui a go, should work now :tada:

Thanks for such a speedy turn-around with this!

Was this page helpful?
0 / 5 - 0 ratings