cloudserver
cloudserver copied to clipboard
yarn start throws "Cannot find module 'arsenal'" error
I am attempting to install CloudServer on oracle linux docker. I followed the directions on https://s3-server.readthedocs.io/en/latest/GETTING_STARTED.html#installation. When I get to the yarn start command, it throws the following error:
[dnessett@left-dell-t110 cloudserver]$ yarn start yarn run v1.22.17 $ npm-run-all --parallel start_dmd start_s3server $ npm-run-all --parallel start_mdserver start_dataserver $ node index.js internal/modules/cjs/loader.js:638 throw err; ^
Error: Cannot find module 'arsenal'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.
System info:
Oracle Linux Server release 8.5 Docker version 20.10.12, build e91ed57 from the package.json file: CloudServer version": "8.3.10 dependencies": { "@hapi/joi": "^17.1.0", "arsenal": "github:scality/Arsenal#8.1.25"