Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualisation issue #32

Open
thegamecat opened this issue Apr 22, 2018 · 3 comments
Open

Visualisation issue #32

thegamecat opened this issue Apr 22, 2018 · 3 comments

Comments

@thegamecat
Copy link

I'm running node 8.11.1 on ubuntu 16.04. Flask server is running and returning on port 500 but when I run the npm start I get a config issue.

npm start => localhost:8080
✖ 「wds」: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

  • configuration.entry should be one of these:
    object { : non-empty string | [non-empty string] } | non-empty string | [non-empty string] | function
    -> The entry point(s) of the compilation.
@madpower2000
Copy link

madpower2000 commented Aug 5, 2018

Same for me, but on MacOS. I was playing for a day with different combinations of versions of webpack and webpack-dev-server. Also I was change configuration file in a different ways - but can't kill the bug.
@lefnire what version combination of webpack and webpack-dev-server you use?

@ghost
Copy link

ghost commented Mar 12, 2019

I think I had the updated version of webpack, changed webpack.config.js in client folder with this.

module.exports = {
  entry: './index.js',
  output: {
    filename: './bundle.js'
  },
  module: {
  rules: [
      { test: /\.css$/, use:['style-loader', 'css-loader']},
      { test: /\.js$/, use: 'babel-loader', exclude: /node_modules/ },
      { test: /\.jsx$/, use: 'babel-loader', exclude: /node_modules/ },
    ]
  }
};

Also server.py code was giving out the "sharpe" error. removed sharpe from18th line

for row in conn.execute('select id, hypers, returns, uniques from runs').fetchall():

@lefnire
Copy link
Owner

lefnire commented Mar 12, 2019

I don't, sorry guys :( not working on this project anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants