You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that magda-web-client uses "node-sass": "^4.5.0, specifically "node-sass": "^4.5.3 which isn't supported with Node 9 (Results in a 404 when bootstrapping).
I'd like to bump the node-sass version up to "node-sass": "^4.8.1 which is the most "stable" version to enable Node 9 support at the moment?
It seems that
magda-web-client
uses"node-sass": "^4.5.0
, specifically"node-sass": "^4.5.3
which isn't supported with Node 9 (Results in a 404 when bootstrapping).I'd like to bump the
node-sass
version up to"node-sass": "^4.8.1
which is the most "stable" version to enable Node 9 support at the moment?The text was updated successfully, but these errors were encountered: