mmm-weatherchart icon indicating copy to clipboard operation
mmm-weatherchart copied to clipboard

missing package.json file and required module 'del', causes black screen

Open sdetweil opened this issue 5 years ago • 1 comments

the node_helper.js has a line

var del = require('del');

but this module is not installed...

the module does not provide a package.json to help users install required sub modules..

sdetweil avatar Aug 29 '19 15:08 sdetweil

I have the same problem.

Edit: Solved the del module problem. Type "npm install del" and node will download and install that module.

TorbjornJorgensen avatar Sep 19 '19 17:09 TorbjornJorgensen