cloudserver icon indicating copy to clipboard operation
cloudserver copied to clipboard

yarn start throws "Cannot find module 'arsenal'" error

Open dnessett opened this issue 3 years ago • 0 comments

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. (/home/dnessett/git-2.23.0/cloudserver/lib/server.js:5:17) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ERROR: "start_s3server" exited with 1. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

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"

dnessett avatar Feb 05 '22 23:02 dnessett