madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Run ES6 #45

Closed hamed-farag closed 7 years ago

hamed-farag commented 7 years ago

Installed product versions

Description

I Have run.js file written with ES6 and I have the following issue ussie

scottaddie commented 7 years ago

@hamed-farag The error indicates that Visual Studio is attempting to use Node v0.10.31, which is very old. Please try modifying the External Web Tools settings in VS 2015 as follows:

  1. Tools --> Options... --> Projects and Solutions --> External Web Tools
  2. Move the $(PATH) entry up to the 2nd position in the list
  3. Click OK, and try running the task again