Giter Club home page Giter Club logo

Comments (20)

isaachinman avatar isaachinman commented on May 10, 2024 1

@kenwheeler It's based loosely on this boilerplate (the same that @grgur just linked). Just double-checked my node_modules dir for nodemon in case it was a sub-dependency - it's not.

from webpack-dashboard.

isaachinman avatar isaachinman commented on May 10, 2024

I have encountered this problem too. Project looks really cool but this is annoying enough to prevent me using it.

from webpack-dashboard.

kenwheeler avatar kenwheeler commented on May 10, 2024

This is so weird. I wish I could reproduce. Are there any other env variables at play?

from webpack-dashboard.

kenwheeler avatar kenwheeler commented on May 10, 2024

What kind of computer? What version OS? Are you using a force touch trackpad?

from webpack-dashboard.

kenwheeler avatar kenwheeler commented on May 10, 2024

Oh wait, is your terminal in utf-8 mode?

from webpack-dashboard.

viniciusdacal avatar viniciusdacal commented on May 10, 2024

I'm having the same problem.
OS X El Capitan 10.11.1

captura de tela 2016-08-16 as 09 31 46

Indeed, here the encoding is utf-8.

BTW, great job man 🏆
This dashboard is really awesome.

from webpack-dashboard.

kenwheeler avatar kenwheeler commented on May 10, 2024

Can I see a gist of someones entire config? I want to see how you are running this, your webpack/server config and what $TERM returns. If i hook into stdout I can see those characters on mouse move, but it looks like your setup is outputting that by default.

from webpack-dashboard.

kenwheeler avatar kenwheeler commented on May 10, 2024

Are you running nodemon?

from webpack-dashboard.

brandonmp avatar brandonmp commented on May 10, 2024

here's a gist w/ my relevant config files (and then some)

not running nodemon afaik

from webpack-dashboard.

kenwheeler avatar kenwheeler commented on May 10, 2024

@brandonmp how are you running main.js?

from webpack-dashboard.

kenwheeler avatar kenwheeler commented on May 10, 2024

This is definitely nodemon, gonna close this and continue in #16

from webpack-dashboard.

brandonmp avatar brandonmp commented on May 10, 2024
// package.json/npm start: 

"start": {
      "command": "babel-node bin/server",
      "env": {
        "DEBUG": "app:*"
      }
    },


// bin/server: 

import server from '../server/main'
...

const debug = _debug('app:bin:server')
const port = config.server_port
const host = config.server_host

server.listen(port)

from webpack-dashboard.

isaachinman avatar isaachinman commented on May 10, 2024

@kenwheeler I am not using nodemon in my project and I also encountered this. I don't think it's nodemon specific.

from webpack-dashboard.

kenwheeler avatar kenwheeler commented on May 10, 2024

@isaachinman how do you run your server?

from webpack-dashboard.

grgur avatar grgur commented on May 10, 2024

Not using nodemon either.
I tested with this boilerplate and it happened too: https://github.com/erikras/react-redux-universal-hot-example

from webpack-dashboard.

grgur avatar grgur commented on May 10, 2024

also @kenwheeler, since you asked about computer used - OS X 10.11.6, macbook pro, using the built in touchpad.

from webpack-dashboard.

isaachinman avatar isaachinman commented on May 10, 2024

@grgur Have you had any luck getting this setup with the erikras boilerplate?

from webpack-dashboard.

grgur avatar grgur commented on May 10, 2024

@isaachinman I haven't tried since, which sucks, but i'd love to contribute and i'll get back to you when i figure it out

from webpack-dashboard.

isaachinman avatar isaachinman commented on May 10, 2024

@grgur I will also re-attempt it this week sometime. Let me know if you have any success.

from webpack-dashboard.

isaachinman avatar isaachinman commented on May 10, 2024

@grgur Did you ever get this set up? Just tried again with the latest version v0.2.0, still can't get it working whatsoever with the erikras boilerplate: https://github.com/erikras/react-redux-universal-hot-example.

from webpack-dashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.