Typhonragewind / meshcentral-docker

163 stars 46 forks source link

Unable to install required modules #48

Open JannisDev opened 2 months ago

JannisDev commented 2 months ago

With the image ':preloadlibs-latest' i get the error:

Installing modules [ 'otplib@10.2.3' ] ERROR: Unable to install required modules. MeshCentral may not have access to npm, or npm may not have suffisent rights to load the new module. To manualy install this module try: cd "/opt/meshcentral" npm install --no-audit --no-optional --omit=optional otplib@10.2.3 node node_modules/meshcentral

Is there a workaround?