-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config-helper.js #231
Comments
Hello, I try to execute npm install --only=prod I think, it's link ! Regards, Aldarande |
I have the same problem how did you solve it |
@Aldarande , @Gamosky The "Problem" with npm install --only=prod can be solved running the script below
since the error remained after running the script I posted another comment with the work around. Edit
Here's a link directly to the tread where this solution was provided |
I found a solution that is kind of a work around...
|
Thanks a lot for your return |
HI,
when i try to use config helper, i have this error on RPI 4
internal/modules/cjs/loader.js:892
throw err;
^
Error: Cannot find module 'clear'
Require stack:
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:889:15)
at Function.Module._load (internal/modules/cjs/loader.js:745:27)
at Module.require (internal/modules/cjs/loader.js:961:19)
at require (internal/modules/cjs/helpers.js:92:18)
at Object. (/home/pi/MagicMirror/modules/MMM-awesome-alexa/config-helper.js:2:15)
at Module._compile (internal/modules/cjs/loader.js:1072:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10)
at Module.load (internal/modules/cjs/loader.js:937:32)
at Function.Module._load (internal/modules/cjs/loader.js:778:12)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/home/pi/MagicMirror/modules/MMM-awesome-alexa/config-helper.js' ]
}
Someone say where they comes ?
The text was updated successfully, but these errors were encountered: