ors-map-client icon indicating copy to clipboard operation
ors-map-client copied to clipboard

sass dependecy

Open stefanocudini opened this issue 3 years ago • 1 comments

on linux ubuntu after npm run dev

Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (93)

stefanocudini avatar Aug 12 '22 11:08 stefanocudini

Hi @stefanocudini, i guess you are running with one of the newer node versions? the sass-loader is only compatible with specific node versions. Also due to some other dependencies i think currently only node 12 is supported (states that in the README.md) but i'm not sure right now.

Updating them is overdue anyway, but i currently can't find the time to do it. Afterwards hopefully we can support the newest LTS version of node.

For now you can try to downgrade to 12 or maybe 14 if it works (best use nvm or similar)

Best regards

TheGreatRefrigerator avatar Aug 16 '22 10:08 TheGreatRefrigerator