Closed joerivanruth closed 8 years ago
Hi Joeri
This was caused by a bug in Brunch (https://github.com/brunch/brunch/issues/1275), the fix for which was published earlier today, probably not long after you tried this. The quickest way to fix it now should be to run npm install deppack
to get the latest version of the Brunch dependency checker.
Let me know if that doesn't fix things.
Great, it works now!
Thanks,
Joeri
Hi Colin, I'm unable to run the example, it fails during compilation:
This is on an OSX system with node version v5.9.1 and npm 3.7.3
Attached detailed build output obtained with DEBUG='brunch:*' npm run build and the output of npm shrinkwrap for more version numbers. If you need more info please let me know.
npm-shrinkwrap.json.txt bruch-compile-failed.txt
Joeri