Read the statement by Michael Teeuw here.
MMM-MoonPhase
-
@Anthony not sure if this is related but I see you are cloning into moon phase. That folder shouldn’t exist yet and should be cloning into modules folder instead. I can’t see your commands before that to make sure that’s what you’ve done.
-
@swvalenti git tells u the new folder name where the files will be
-
@Anthony Contrary to the instructions, you do not need to run
npm install
for this module. This would only install packages for development, these are not necessary for you to use the module. -
@KristjanESPERANTO , @sdetweil , @swvalenti Thank you for your replies. As I remember I run
npm install
at the first time and I had no problems. I will try it without this command as well but I do not think this is the problem. -
Just tried it on mine no issues and no npm install
-
@swvalenti you were right. it worked just fine without npm command. Thank you.