DjLeChuck / recalbox-manager

A web interface to manage recalbox configuration
25 stars 10 forks source link

Commit 62f5112cc0de9eac94403bafbe79411350226d96 not compiling on current Recalbox #70

Closed substring closed 6 years ago

substring commented 6 years ago

NPM fails with:

npm ERR! Linux 4.10.0-28-generic
npm ERR! argv "/share/host/usr/bin/node" "/share/host/usr/bin/npm" "install"
npm ERR! node v6.9.1
npm ERR! npm  v3.10.8
npm ERR! code EBADPLATFORM

npm ERR! notsup Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! notsup Valid OS:    darwin
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   linux
npm ERR! notsup Actual Arch: x64

npm ERR! Please include the following file with any support request:
npm ERR!     /work/output/build/recalbox-manager2-62f5112cc0de9eac94403bafbe79411350226d96/npm-debug.log

npm ERR! Linux 4.10.0-28-generic
npm ERR! argv "/share/host/usr/bin/node" "/share/host/usr/bin/npm" "--prefix" "/work/output/build/recalbox-manager2-62f5112cc0de9eac94403bafbe79411350226d96" "run" "installboth"
npm ERR! node v6.9.1
npm ERR! npm  v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! recalbox-manager@2.1.0 installboth: `npm install && cd client && npm install && cd ..`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the recalbox-manager@2.1.0 installboth script 'npm install && cd client && npm install && cd ..'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the recalbox-manager package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm install && cd client && npm install && cd ..
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs recalbox-manager
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls recalbox-manager
npm ERR! There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! Please include the following file with any support request:
npm ERR!     /work/buildroot/npm-debug.log
substring commented 6 years ago

Temporarily reverting 08d207436a7e62a6f26914f6e299767807c0cc77 fixed the issue