I have installed the Windows 10 SDK on my Windows 10 PC, but unfortunately I'm unable to build the cordova apps. It give error "Error: No valid MSBuild was detected for the selected target." I have google it but some are saying need to install MS Visual Studio, it really frustrating me because this MS Visual Studio is 9GB that so big in size. Is there anything that I can do with Windows 10 SDK or should I download the MS Visual Studio instead?
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- Could I create “Call” button in HTML 5 IPhone appl
- How to create a MediaClip from RenderTargetBitmap
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Phonegap - Error - Keystore alias not recognized
- Copy different file to output directory for releas
Visual Studio has a number of necessary components required to build and package a UWP app for distribution. You will need to install Visual Studio.
Make sure you are using 'Command Prompt' and not some other terminal like 'Node JS Command Prompt'
Also, there have been changes since this post that may help you.
https://cordova.apache.org/announcements/2018/02/27/cordova-windows-6.0.0.html