A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
why when install npm it show this WARN
-
npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/package.json’
npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/node_modules/node_helper/package.json’
npm WARN modules No description
npm WARN modules No repository field.
npm WARN modules No README data
npm WARN modules No license field. -
Are you sure you’re running the command in the right directory?
-
@mykle1 when I git clone a modules then I execute npm install i got this problem
-
You must execute
npm install
inside that module folderExample:
git clone https://github.com/mykle1/MMM-LICE.git
then
cd MMM-LICE
then
npm install
-
@mykle1 i did that but i still got this problem
-
What module are you talking about?