fuse-box-examples icon indicating copy to clipboard operation
fuse-box-examples copied to clipboard

dynamic_import_any

Open FredericHeem opened this issue 8 years ago • 6 comments

With node version 8.4, the example dynamic_import_any fails to run:

node fuse.js 
 Launch "default"
  Resolve "clean"
  Resolve "config"
app ->
(node:30501) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property 'preBundle' of undefined
(node:30501) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

FredericHeem avatar Aug 31 '17 22:08 FredericHeem

Works for me, just tried it. OS?

nchanged avatar Sep 01 '17 07:09 nchanged

Macosx, the code splitting example doesn't work either.

FredericHeem avatar Sep 01 '17 07:09 FredericHeem

Then I would need you to create a separate repository which has the issues. Try nuking node_modules

nchanged avatar Sep 01 '17 07:09 nchanged

I've tried again with a fresh install and the issue is still present. Probably due to a recent node version: 8.4

FredericHeem avatar Sep 04 '17 21:09 FredericHeem

@FredericHeem can you create an issue please in fuse-box, describing your environment

nchanged avatar Sep 04 '17 21:09 nchanged

hm.. I am on node 8.4 no issues whatsoever

nchanged avatar Sep 04 '17 21:09 nchanged