jaredly / treed

Powerful Tree Editor
http://jaredly.github.io/treed/
1.71k stars 193 forks source link

WebPack --watch command is giving exception #26

Open harisaru opened 7 years ago

harisaru commented 7 years ago

Hi,

When i am trying to run the application as per the instructions, i am getting following error Kindly let me know where i am doing wrong:

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

Regards, HariKrishna

eyotang commented 7 years ago

I have the same exception, then I comment the colors. It passed. But a few minutes later, It throw another exception.

webpack --watch --config webpack.config.js

Webpack is watching the files…

/usr/local/lib/node_modules/webpack/lib/Chunk.js:49 throw new Error("Chunk.entry was removed. Use hasRuntime()"); ^

Error: Chunk.entry was removed. Use hasRuntime() at Chunk.get entry [as entry] (/usr/local/lib/node_modules/webpack/lib/Chunk.js:49:9) at /root/sourcecode/treed/node_modules/extract-text-webpack-plugin/index.js:116:13 at Array.filter (native) at ExtractTextPlugin. (/root/sourcecode/treed/node_modules/extract-text-webpack-plugin/index.js:115:37) at Compilation.applyPlugins0 (/usr/local/lib/node_modules/webpack/node_modules/tapable/lib/Tapable.js:68:14) at Compilation.seal (/usr/local/lib/node_modules/webpack/lib/Compilation.js:567:8) at applyPluginsParallel.err (/usr/local/lib/node_modules/webpack/lib/Compiler.js:514:17) at /usr/local/lib/node_modules/webpack/node_modules/tapable/lib/Tapable.js:289:11 at _addModuleChain (/usr/local/lib/node_modules/webpack/lib/Compilation.js:481:11) at processModuleDependencies.err (/usr/local/lib/node_modules/webpack/lib/Compilation.js:452:13) at _combinedTickCallback (internal/process/next_tick.js:131:7) at process._tickCallback (internal/process/next_tick.js:180:9)

Samdyddd commented 6 years ago

how to solve this problem?

hamidhaghdoost commented 5 years ago

and I have same error...

spacegangster commented 3 years ago

Solved this in my fork https://github.com/spacegangster/treed