joyBox icon indicating copy to clipboard operation
joyBox copied to clipboard

Installation not working

Open mighty0n3 opened this issue 5 years ago • 1 comments

Everytime i try to build the image i get this (and it fails): Running on raspberry pi 3 / ubuntu server

npm notice npm notice New patch version of npm available! 7.0.3 -> 7.0.5 npm notice Changelog: https://github.com/npm/cli/releases/tag/v7.0.5 npm notice Run npm install -g [email protected] to update! npm notice Removing intermediate container fccab9facd6d ---> 3d3fdc1cbab4 Step 5/32 : COPY package.json . ---> 2aded53152e4 Step 6/32 : COPY package-lock.json . ---> bbad4b174c6d Step 7/32 : RUN npm i && mv ./node_modules/@types/jsonstream ./node_modules/@types/JSONStream ---> Running in b468559fcd64 npm ERR! code EXDEV npm ERR! syscall rename npm ERR! path /app/node_modules/chownr npm ERR! dest /app/node_modules/.chownr-cyv3QNXu npm ERR! errno -18 npm ERR! EXDEV: cross-device link not permitted, rename '/app/node_modules/chownr' -> '/app/node_modules/.chownr-cyv3QNXu'

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-10-27T18_52_00_548Z-debug.log The command '/bin/sh -c npm i && mv ./node_modules/@types/jsonstream ./node_modules/@types/JSONStream' returned a non-zero code: 238

mighty0n3 avatar Oct 27 '20 18:10 mighty0n3

https://github.com/PleasureTools/joyBox/issues/18#issuecomment-754205002

judgegc avatar Jan 04 '21 20:01 judgegc