--
You received this message because you are subscribed to a topic in the Google Groups "XMPie Interest Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/xmpie-users/xyNSmC29qug/unsubscribe.
To unsubscribe from this group and all its topics, send an email to xmpie-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/xmpie-users/f096dbd4-7bb1-4908-a165-9e2720530897n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/xmpie-users/a9699139-9d3d-40aa-8135-f8005f38113dn%40googlegroups.com.
The react app ran with an issue. Firstly error: “Error: error:0308010C:digital envelope routines::unsupported” statedly arises due to Node version 17 or later incompatibility with OpenSSL. The work around “--openssl-legacy-provider” works only when I downgrade to Node v20.18.3
to v16.17.0. It runs the application in the browser.
However as stated above I referred to another group post to remove sass from package.json and install globally. Consequently its erroring out on it and the UI shown is broken:
Cannot find module 'sass'
ModuleBuildError: Module build failed (from ./node_modules/@zeit/next-css/node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleError: Module Error (from ./node_modules/sass-loader/dist/cjs.js):
Cannot find module 'sass'
I see about sass:
https://www.npmjs.com/package/node-sass
Node Sass is no longer supported. Please use `sass` or `sass-embedded` instead.
After the theme is properly working I may be able to fix Modify approvals.