David Zukowski

Results 30 comments of David Zukowski

To be honest I'm not a huge fan of React Router 4.0 yet, so I'm wary of upgrading, but will consider it if I can get some heads down time...

@aibolik Thanks for the offer! I will give it a couple more days to see if anybody wants to step up, since it sounds like you'd like to help but...

@aibolik I have extended collaborator rights to you, if you are still interested: https://github.com/davezuko/react-redux-starter-kit/invitations.

Totally correct @brandonmp, you should _never_ have to use `sudo` with npm. @CatVas hopefully @brandonmp 's answer can help you out.

What is this file `/home/ubuntu/workspace/.babelrc`? If you have babel configs in parent directories to your project, things are not going to work well.

Crazy, I never considered that the project would be run from inside of `node_modules`. Thanks for tracking this down, it's clear that it wasn't the easiest of tasks. Let me...

Weird. I just did a fresh npm install and can't reproduce. Does it work in any other browser?

Edit: I did a fresh install on latest master, let me try the exact tag. Could you try the inverse (see if latest master works)? Edit 2: Works on the...

@alanrubin don't worry about trying the tag, I doubt it will change, and anyways it _should_ work on latest master. If you could try another browser (or an incognito chrome...

It _should_ still work with `localhost` even with `localip`configured. Do you have anything abnormal in your hosts file? The push for `localip` instead of `localhost` as the hostname was so...