I had a magic mirror folder (BeautyM) that It was installed 4 months ago.
Updated to the latest version with the command “git pull origin master”. It works very well.
And we created a new folder (BeautyBeauty). ever since
“git init
git remote add origin https://github.com/ENTITYSmartMirror/BeautyBeauty.git
git pull origin master
npm install
npm start”
I ran the command.
However, the MMM_Globe module did not work in this folder (BeautyBeauty).
I don’t know why folder(BeautyM) works well but folder(BeautyBeauty) didn’t work.
This image is the result of a “git log” of each of the two folders. So the code for both folders is the same.
This image is the result of the “npm start” of each twofolders.
The red box is an error.
error code is
"ERROR! Could not validate main module js file.
C:\Users\이지원\Desktop\BeautyBeauty\modules\MMM-Globe\MMM-Globe.js:84
getDom: async function() {
^^^^^^^^
SyntaxError: Unexpected token function
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:528:28)
at Object.Module._extensions…js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Class.loadModuleDefaultConfig (C:\Users\이지원\Desktop\BeautyBeauty\modules\MMM-Remote-Control\node_helper.js:297:30)
at fs.stat.err (C:\Users\이지원\Desktop\BeautyBeauty\modules\MMM-Remote-Control\node_helper.js:251:26)
"
I think there’s a problem with the “npm install.” Because BeautyM did “npm install” about 4 months ago, but BeautyBeauty did “npm install” today.
An error occurs in folder(BeautyBeauty). But it works well in folder(BeautyM).
The code for both folders is clearly the same. Also, “git status” is the same.
Tell me why.