fuse-box / fuse-box-npm-package-seed

Get started creating npm package with FuseBox module loader and bundler
MIT License
4 stars 3 forks source link

Node 6.3.1 + fuse-box/es6 = cannot run #4

Closed jpike88 closed 6 years ago

jpike88 commented 6 years ago

https://github.com/fuse-box/fuse-box-npm-package-seed/issues/2

This is a continuation of this issue, fuse-box essentially breaks on 6.3.1.

 custom = util.inspect.defaultOptions.customInspect
                                      ^

TypeError: Cannot read property 'customInspect' of undefined
    at Object.<anonymous> (/Users/joshua/Projects/plantguard/client/node_modules/fliplog/modules/inspector-gadget/index.js:9:39)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)
    at Module.require (module.js:468:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/joshua/Projects/plantguard/client/node_modules/fliplog/plugins/inspect.js:1:75)
    at Module._compile (module.js:541:32)