Hello all… I am new here. I started at new project and using Frappe ERPNext. I have it up and running on AWS ECS Fargate using AWS Service Discovery. I used the Docker Hub Images “Version-12” for all the services. Everything seem seems to running fine. When trying to add a custom theme under Website and I add Custom CSS into to the Theme field. I get an error Module Not Found for node-sass. I found this issue: https://github.com/frappe/frappe_docker/issues/229 it says it was merged but yet I am still getting this error. What am I doing wrong??
Also what node is doing the action? nginx or worker?
Thank you for your time.
erpnext 12.17.0
frappe 12.14.0
internal/modules/cjs/loader.js:818
throw err;
^
Error: Cannot find module ‘node-sass’
Require stack:
- /home/frappe/frappe-bench/apps/frappe/generate_bootstrap_theme.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
at Function.Module._load (internal/modules/cjs/loader.js:667:27)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/frappe/frappe-bench/apps/frappe/generate_bootstrap_theme.js:1:14)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
code: ‘MODULE_NOT_FOUND’,
requireStack: [
‘/home/frappe/frappe-bench/apps/frappe/generate_bootstrap_theme.js’
]
}