Michael Alaev

Results 5 comments of Michael Alaev

+1 with Cory on that. At the moment I use stylus.

@JacquesvanWyk what node version do you use?

That's great, looks like it's a problem with windows ``` ./ ``` path format Can you modify the package.json after you done with npm install to: ```"start":"nodemon src/app.js"```

if you want the lint to work you can do the same for the lint action ``` "lint":"eslint src/**/*.js" ```

try to update to node 8+