Tried on 5.0.0, 4.2.1, 4.0.0, 0.12.7 and all got the same error.
Installs fine, when I run npm start I get the following error that appears to come out of webpack:
> awsconsole@0.1.0 start /home/james/workspace/network/awsconsole
> DEBUG=true node server.js
Listening at localhost:3000
webpack built 760b78bcfc171041ac0c in 778ms
Hash: 760b78bcfc171041ac0c
Version: webpack 1.12.9
Time: 778ms
Asset Size Chunks Chunk Names
bundle.js 58.9 kB 0 main
chunk {0} bundle.js (main) 12.4 kB [rendered]
[0] multi main 40 bytes {0} [built] [1 error]
[1] ./~/querystring/decode.js 2.4 kB {0} [built]
[2] ./~/querystring/encode.js 2.09 kB {0} [built]
[3] ./~/querystring/index.js 127 bytes {0} [built]
[4] (webpack)-hot-middleware/client-overlay.js 1.01 kB {0} [built]
[5] (webpack)-hot-middleware/client.js?path=/__webpack_hmr&timeout=20000 3.24 kB {0} [built]
[6] (webpack)-hot-middleware/~/ansi-regex/index.js 145 bytes {0} [built]
[7] (webpack)-hot-middleware/~/strip-ansi/index.js 161 bytes {0} [built]
[8] (webpack)-hot-middleware/process-update.js 2.95 kB {0} [built]
[9] (webpack)/buildin/module.js 251 bytes {0} [built]
ERROR in ./js/index.js
Module build failed: ReferenceError: The plugin "react.displayName" collides with another of the same name
at PluginManager.validate (/home/james/workspace/network/awsconsole/node_modules/babel-core/lib/transformation/file/plugin-manager.js:159:13)
at PluginManager.add (/home/james/workspace/network/awsconsole/node_modules/babel-core/lib/transformation/file/plugin-manager.js:213:10)
at File.buildTransformers (/home/james/workspace/network/awsconsole/node_modules/babel-core/lib/transformation/file/index.js:237:21)
at new File (/home/james/workspace/network/awsconsole/node_modules/babel-core/lib/transformation/file/index.js:139:10)
at Pipeline.transform (/home/james/workspace/network/awsconsole/node_modules/babel-core/lib/transformation/pipeline.js:164:16)
at transpile (/home/james/workspace/network/awsconsole/node_modules/babel-loader/index.js:12:22)
at Object.module.exports (/home/james/workspace/network/awsconsole/node_modules/babel-loader/index.js:71:12)
@ multi main
Tried on 5.0.0, 4.2.1, 4.0.0, 0.12.7 and all got the same error.
Installs fine, when I run npm start I get the following error that appears to come out of webpack: