docker-nuxt
docker-nuxt copied to clipboard
docker build error
Dockerfile
FROM eggplanet/nuxt

docker build error info

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! Linux 3.13.0-100-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v7.4.0
npm ERR! npm v4.0.5
npm ERR! path /app/node_modules/fsevents/node_modules/tar-pack/node_modules/once
npm ERR! code EXDEV
npm ERR! errno -18
npm ERR! syscall rename
npm ERR! EXDEV: cross-device link not permitted, rename '/app/node_modules/fsevents/node_modules/tar-pack/node_modules/once' -> '/app/node_modules/end-of-stream/node_modules/once'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /app/npm-debug.log
Removing intermediate container 6ee040a5f742
Removing intermediate container 3cbce891bc56
Removing intermediate container 419c0f6a1f53
The command '/bin/sh -c npm install' returned a non-zero code: 238