@sdetweil said in Install package.json:
@N6NG not npm install package.json
let’s go thru the instructions again
you got a full blank screen after installing and configuring a module
yes
you got the cannot find module ‘???’ message
yes
does the module HAVE a package.json file? NO
no, create one by typing
npm init -y
in the module folder
yes , continue on
Correct up to here… I did do install package.json
I looked and there was a package.json in the MMM-CalendarWeek module
At this point I did the git checkout package.json ****************
****** That’s where I get the message error: pathspec ‘package.json’ did not match any files known to git**
This is as far as I could get**
get the name of the missing module from the message in step 1
in the module folder do
npm install ???
where ??? is the name of the missing g module, you got in the prior step