MeshCentral icon indicating copy to clipboard operation
MeshCentral copied to clipboard

npm i meshcentral failing

Open edlins opened this issue 2 years ago • 0 comments

Describe the bug npm i meshcentral failing where it has been working for a long time.

To Reproduce Steps to reproduce the behavior: Step 6/7 : RUN apt-get -qq update && apt-get -qq install -y npm > /dev/null 2>&1 && cd ~/ && npm i meshcentral ---> Running in fb976cb51047 [91mnpm[0m[91m ERR![0m[91m code 127npm ERR! path /root/node_modules/underscore[0m[91mnpm ERR![0m[91m command failednpm ERR! command sh -c patch-packagenpm [0m[91mERR! sh: 1: patch-package: not found[0m[91m[0m[91mnpm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2022-09-23T20_15_09_901Z-debug.log[0mThe command '/bin/sh -c apt-get -qq update && apt-get -qq install -y npm > /dev/null 2>&1 && cd ~/ && npm i meshcentral' returned a non-zero code: 127+ exit 1

Expected behavior Should not fail

Screenshots If applicable, add screenshots to help explain your problem.

Server Software (please complete the following information):

  • OS: Amazon Linux 2
  • Virtualization: Docker FROM redislabs/rejson ... RUN apt-get -qq update &&
    apt-get -qq install -y npm > /dev/null 2>&1 &&
    cd ~/ &&
    npm i meshcentral
  • Network: AWS VPC
  • Version: latest
  • Node: latest

Client Device (please complete the following information): N/A

Remote Device (please complete the following information): N/A

Additional context Sorry for the embedded color codes in the log excerpt. I wanted to leave it un-edited for accuracy. This has been working for a long time now and just started failing today. If necessary I can look into the rejson image for more info but wanted to put a quick note here asap.

Your config.json file N/A

edlins avatar Sep 23 '22 20:09 edlins