This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Description
When I run the command 'docker-compose up zen', I get the following error.
zen_1 | fs.js:646
zen_1 | return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
zen_1 | ^
zen_1 |
zen_1 | Error: ENOENT: no such file or directory, open '/usr/src/app/node_modules/cp-zen-frontend/dist/opengraph.hbs'
zen_1 | at Object.fs.openSync (fs.js:646:18)
zen_1 | at Object.fs.readFileSync (fs.js:551:33)
zen_1 | at Object.<anonymous> (/usr/src/app/node_modules/cp-zen-frontend/index.js:9:34)
zen_1 | at Module._compile (module.js:653:30)
zen_1 | at Object.Module._extensions..js (module.js:664:10)
zen_1 | at Module.load (module.js:566:32)
zen_1 | at tryModuleLoad (module.js:506:12)
zen_1 | at Function.Module._load (module.js:498:3)
zen_1 | at Module.require (module.js:597:17)
zen_1 | at require (internal/module.js:11:18)
zen_1 | [09:00:04] [nodemon] app crashed - waiting for file changes before starting...