I’d previously been using git to update the WebUI, and that seemed to work fine. Tried using update_webui.sh this time around, and I get something telling me to tell the author that “node-gyp rebuild” failed.
The following is some output from npm-debug.log:
153 verbose pkgid posix@4.0.2
154 verbose cwd /usr/games/minecraft
155 error Linux 4.9.30-unRAID
156 error argv “/usr/bin/nodejs” “/usr/bin/npm” “install” “–no-spin”
157 error node v5.12.0
158 error npm v3.8.6
159 error code ELIFECYCLE
160 error posix@4.0.2 install: node-gyp rebuild
160 error Exit status 1
161 error Failed at the posix@4.0.2 install script ‘node-gyp rebuild’.
161 error Make sure you have the latest version of node.js and npm installed.
161 error If you do, this is most likely a problem with the posix package,
161 error not with npm itself.
161 error Tell the author that this fails on your system:
161 error node-gyp rebuild
161 error You can get information on how to open an issue for this project with:
161 error npm bugs posix
161 error Or if that isn’t available, you can get their info via:
161 error npm owner ls posix
161 error There is likely additional logging output above.
162 verbose exit [ 1, true ]