Jesse Harlin
Jesse Harlin
hey @LFDM , really appreciate the update, and that's incredibly useful information edit: I'll likely be looking into this more this week. I'll post any findings.
it appears that the `"postinstall": "npm install --prefix ./nw-screenshot",` is getting heavily tripped up by the latest npm version. This might be related to [npm3's nodeterministic approach to install](https://docs.npmjs.com/how-npm-works/npm3-nondet) that...
To be clear... The script will install, recursively forever and ever. take a look:  he
I am experiencing a similar issue in another module that is similar to yours, FYI: https://github.com/davidmarkclements/nw-shot/issues/3
@posva thanks for submitting this
thanks @Slapbox yep I need to publish this, but you can point to github in the short term
also just a heads up on that globby issue referenced, if I recall that might make it behave differently on windows. I had to deal with that regression on another...
Thanks, I'll fix that in an upcoming update, I am going to be migrating the generator to the very latest versio of phaser
That is interesting, I am currently using splitchunks on some projects, which is not causing this error for me. Can you lead me to a (very small) repo that reproduces...
Well if by `import` you mean the es6 import specification, then webpack reads these imports to determine how to divide up the js file into 'chunks'. The `import` syntax is...