Closed bmeverett closed 7 years ago
When running node run I am getting a few errors. When I first run the command I am getting this:
node run
I then put 'use strict'; at the top of run.js and am able to get further, but still run into this error:
'use strict';
Not sure if these are just linting errors or what's going on.
Requirements: Node.js v6 or newer
@frenzzy Sorry about that! I must've missed that. Upgrading fixed the issue. Thanks!
When running
node run
I am getting a few errors. When I first run the command I am getting this:I then put
'use strict';
at the top of run.js and am able to get further, but still run into this error:Not sure if these are just linting errors or what's going on.