Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in running the driver and app on linux system #7

Open
ADHATARAO opened this issue Oct 21, 2019 · 0 comments
Open

Problem in running the driver and app on linux system #7

ADHATARAO opened this issue Oct 21, 2019 · 0 comments

Comments

@ADHATARAO
Copy link

I am using Ubuntu 18.04.3 LTS
Docker version 19.03.4, build 9013bf583a
I already tried to delete the container
and reinstalling docker.

I get errors even when I try to run script in databox-quickstart/blob/master/node/app/ directory

Following is the error generated when I try to run the example given in driver directory.
Reference link : https://github.com/me-box/databox-quickstart/blob/master/node/driver/README.md#writing-a-driver-in-node

Corresponding error :

cd src
sudo npm install
sudo npm start

npm WARN [email protected] No repository field.

../../../testenv/start.sh: 5: [: true: unexpected operator
docker: Error response from daemon: Conflict. The container name "/arbiter" is already in use by container "e8dde9cb11a54a63e76e7cac483de536db6832d85810fc69aebc546508f9a218". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
docker: Error response from daemon: Conflict. The container name "/zest" is already in use by container "b5e90c4c7b1f236cc9ebd6e38291d2d1ddd6070cfa4a674f6a0fba6ee36b5da7". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
sh: 1: nodemon: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] start: ../../../testenv/start.sh && nodemon -L -e js,ejs --max-old-space-size=128 main.js
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] 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/sab/.npm/_logs/2019-10-21T12_04_46_389Z-debug.log

Command 'audited' not found, did you mean:

command 'auditd' from deb auditd

Try: sudo apt install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant