krausest / js-framework-benchmark

A comparison of the performance of a few popular javascript frameworks
https://krausest.github.io/js-framework-benchmark/
Apache License 2.0
6.73k stars 833 forks source link

dojo doesn't build with yarn #221

Closed krausest closed 7 years ago

krausest commented 7 years ago

Another build failure with yarn:

Stefans-MBP:dojo2-v2.0.0.beta2.5-keyed stefan$ npm run build-prod

> dojo2-v2.0.0-beta2.5-keyed@1.0.0 build-prod /Users/stefan/Source/Javascript/js-framework-benchmark/dojo2-v2.0.0.beta2.5-keyed
> dojo build

Commands are not available: TypeError: Failed to load module /Users/stefan/Source/Javascript/js-framework-benchmark/dojo2-v2.0.0.beta2.5-keyed/node_modules/@dojo/cli-build-webpack
Nested error: Feature "es6-array" exists and overwrite not true.

Building with npm install just works.

alexfmpe commented 7 years ago

Got same error. Looks like we're running into https://github.com/dojo/shim/issues/97

krausest commented 7 years ago

Disabled yarn. npm 5 got much better anyways.