kriasoft / aspnet-starter-kit

Cross-platform web development with Visual Studio Code, C#, F#, JavaScript, ASP.NET Core, EF Core, React (ReactJS), Redux, Babel. Single-page application boilerplate.
https://twitter.com/dotnetreact
MIT License
1.16k stars 203 forks source link

Errors in run.js #25

Closed bmeverett closed 7 years ago

bmeverett commented 7 years ago

When running node run I am getting a few errors. When I first run the command I am getting this: screen shot 2016-12-31 at 4 13 10 pm

I then put 'use strict'; at the top of run.js and am able to get further, but still run into this error: screen shot 2016-12-31 at 4 14 58 pm

Not sure if these are just linting errors or what's going on.

frenzzy commented 7 years ago

Requirements: Node.js v6 or newer

bmeverett commented 7 years ago

@frenzzy Sorry about that! I must've missed that. Upgrading fixed the issue. Thanks!