Read the statement by Michael Teeuw here.
Adding new modules leads to irreversible error
-
I also started having this issue. To be more precise, attempting to load any module which utilizes a node_helper results in the same error.
I then realized that I’d mistakenly deleted the MagicMirror/modules/node_modules/ folder (thinking that I’d somehow put it there by mistake.To resolve: try to put node_modules back, along with the node_helper folder within it.
-
@jfisher446 said in Adding new modules leads to irreversible error:
To resolve: try to put node_modules back, along with the node_helper folder within it.
To accomplish this you can run
npm install
in the MagicMirror directory.EDIT
I just realized that you responded to a one year old post. :-)
-
Top Google results ftw :)
Your suggestion would have been helpful to know though. Thanks for the info!