webpackbin icon indicating copy to clipboard operation
webpackbin copied to clipboard

Local instance not loading

Open varunkumar opened this issue 8 years ago • 5 comments

Tried starting the local instance. It is saying 'Loading it up!' but nothing happens. I don't see any errors in the developer console.

(node:25788) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
webpack: wait until bundle finished: /__webpack_hmr
webpack: wait until bundle finished: /

WARNING in ./~/htmlhint/lib/htmlhint.js
8:7694-7701 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

WARNING in ./~/htmlhint/lib/htmlhint.js
8:13011-13018 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
webpack: Compiled with warnings.

varunkumar avatar Jun 11 '17 10:06 varunkumar

Hi man and sorry for late response!

Are you running only Webpackbin? You have to run all packages :)

webpackbin webpack-sandbox webpack-dll webpack-packager

christianalfoni avatar Jun 30 '17 08:06 christianalfoni

Yes, I did start all related services. Lemme try again.

varunkumar avatar Jun 30 '17 08:06 varunkumar

If it does not work, please check the network TAB, to see what request fails :)

christianalfoni avatar Jul 05 '17 10:07 christianalfoni

image image

mayank-patel avatar Aug 06 '17 01:08 mayank-patel

@mayank-patel yeh,I have the same question, even though I have changed 'redirect ' function to

import redirectFactory  from 'cerebral-router/lib/operators/redirect'
redirectFactory('/')

but encounter another error:

utils.js:97 Uncaught Error: Cerebral - You are not passing controller to Container

so, @christianalfoni are you sure the current code works for you?

guoyang007 avatar Aug 07 '17 09:08 guoyang007