KristjanESPERANTO / MagicMirror-3rd-Party-Modules

This project provides an overview of all MagicMirror² modules and puts the modules through a few tests.
https://kristjanesperanto.github.io/MagicMirror-3rd-Party-Modules/
MIT License
17 stars 5 forks source link

electron-rebuild and @electron/rebuild // Deprecated ? #9

Closed bugsounet closed 7 months ago

bugsounet commented 7 months ago

Deprecated: Found electron-rebuild in file postinstall.sh: Replace it with @electron/rebuild

bugsounet@develop:~/MagicMirror/modules/XXX/node_modules/.bin$ ls
color-support  electron-rebuild  esbuild  glob  mkdirp  node-gyp  node-pre-gyp  node-which  nopt  read-binary-file-arch  rimraf  semver  tsc  tsserver

So I can't work

Result is:

Rebuild MagicMirror...
installer/postinstall.sh: line 62: @electron/rebuild: No such file or directory
Rebuild Failed
bugsounet commented 7 months ago

maybe is only valid for package.json and package-lock.json

KristjanESPERANTO commented 7 months ago

I think you're right. I'll have a look at it.

KristjanESPERANTO commented 7 months ago

Just fixed it. Thanks for the hint! :slightly_smiling_face: