Closed dmitrizagidulin closed 7 years ago
There's a stray require('js-beautify') in Initializer.js (though its actual usage is commented out). Let's remove it or add that lib to package.json, cause it causes a 'cannot find module' error.
require('js-beautify')
package.json
Fixed in v0.1.1, closing.
There's a stray
require('js-beautify')
in Initializer.js (though its actual usage is commented out). Let's remove it or add that lib topackage.json
, cause it causes a 'cannot find module' error.