The TypeScript Compiler was given no files for compilation, so it will skip compiling

后端 未结 6 1394
无人及你
无人及你 2020-12-17 02:38

When i am trying to Build my default JavaScript project(BlankApp Apache Cordova) in Visual Studio 2015 preview am getting following error.

The TypeScr

6条回答
  •  甜味超标
    2020-12-17 03:28

    I had the same issue.

    Mine was due to missing system variable to nodejs. Check your visual studio output. If it is not recognizing “node” command, add system variable.

    Computer->right click-> properties -> advanced system settings -> Environment Variable

    Check “path” under user variables and system variables

    Add the nodejs path to it. Ie: C:\Program Files (x86)\nodejs

提交回复
热议问题