Installation error #13652
dhanukapulkit
started this conversation in
General
Installation error
#13652
Replies: 1 comment
-
Works now! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to do the installation for the mqtt but it always provides this error:
Just went through all the solutions and FAQs and tried all the solutions but still in vain. Can somebody please help here?
node:internal/modules/cjs/loader:959
throw err;
^
Error: Cannot find module 'core-js/features/object/from-entries'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
at Module._load (node:internal/modules/cjs/loader:804:27)
at Module.require (node:internal/modules/cjs/loader:1022:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (C:\GitHub\zigbee2mqtt\index.js:1:1)
at Module._compile (node:internal/modules/cjs/loader:1120:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1174:10)
at Module.load (node:internal/modules/cjs/loader:998:32)
at Module._load (node:internal/modules/cjs/loader:839:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ 'C:\GitHub\zigbee2mqtt\index.js' ]
}
Node.js v18.6.0
Beta Was this translation helpful? Give feedback.
All reactions