2022 Nov 10 6:48 AM
internal/modules/cjs/loader.js:1102 throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath); ^Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /home/vcap/app/node_modules/random/dist/random.module.jsrequire() of ES modules is not supported.require() of /home/vcap/app/node_modules/random/dist/random.module.js from /home/vcap/app/server.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules.Instead rename random.module.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /home/vcap/app/node_modules/random/package.json. at new NodeError (internal/errors.js:322:7) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1102:13) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module._load (internal/modules/cjs/loader.js:790:12) at Module.require (internal/modules/cjs/loader.js:974:19) at require (internal/modules/cjs/helpers.js:101:18) at Object.<anonymous> (/home/vcap/app/server.js:23:16) at Module._compile (internal/modules/cjs/loader.js:1085:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32) { code: 'ERR_REQUIRE_ESM'}npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! CustomUIDevelopmentNodeJS@1.0.0 start: `node server.js`npm ERR! Exit status 1npm ERR! npm ERR! Failed at the CustomUIDevelopmentNodeJS@1.0.0 start script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:npm ERR! /home/vcap/app/.npm/_logs/2022-11-10T06_46_10_107Z-debug.logApplication terminated with exit code 1 - quick restart availableApplication is running