node-packer icon indicating copy to clipboard operation
node-packer copied to clipboard

'vcbuild.bat' is not recognized as an internal or external command, operable program or batch file.

Open rohit5ram opened this issue 8 years ago • 0 comments

I am trying to package a node application on windows 10 I have installed the below SquashFS Tools 4.3 Python 2.7 Visual Studio 2017 community edition and selected "MSbuild", "VC++ 2017 v141 toolset" and Windows SDK (10) I have added the Squashfs and python executable paths to the PATH variable

Whenever I try nodec from my project directory it fails with the following error Running ["call vcbuild.bat x64"] 'vcbuild.bat' is not recognized as an internal or external command, operable program or batch file. Failed running ["call vcbuild.bat x64"]

Should I need to add the vcbuild.bat to the PATH or is it that the filename has changed in VS2017? Please help me out !

rohit5ram avatar Dec 21 '17 13:12 rohit5ram