I try to build OAE Hilary with docker but fail every time.
I've try with both docker-compose and docker, but both fail with the same message. What am I missing?
With docker (docker build -f Dockerfile -t oae-hilary:latest .) or docker-compose (docker-compose create --build)
npm verb unlock done using /root/.npm/_locks/staging-3a08f0df5026584d.lock for /usr/local/lib/node_modules/.staging
npm verb stack Error: ENOTEMPTY: directory not empty, rmdir '/usr/local/lib/node_modules/npm/node_modules/abbrev'
npm verb cwd /
npm verb Linux 3.10.0-862.3.3.el7.x86_64
npm verb argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--verbose" "--global" "n...@4.6.1"
npm verb node v8.9.4
npm verb npm v5.6.0
npm ERR! path /usr/local/lib/node_modules/npm/node_modules/abbrev
npm ERR! code ENOTEMPTY
npm ERR! errno -39
npm ERR! syscall rmdir
npm ERR! ENOTEMPTY: directory not empty, rmdir '/usr/local/lib/node_modules/npm/node_modules/abbrev'
npm verb exit [ -39, true ]
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-07-09T11_12_24_107Z-debug.log
The command '/bin/sh -c npm install --verbose --global n...@4.6.1' returned a non-zero code: 217