After developing an ASP.Net MVC web application that was almost completed, I decided to update Bootstrap using the NuGet package manager to the latest stable version 4.3.1
. The update process went smoothly, but unfortunately, I encountered errors after migrating.
Error Build:Cannot find name 'Record'.
Error Build:Cannot find name 'undefined'.
To resolve these issues, I installed
TypeScript for Visual Studio 2015
. This fixed the previous errors, but in turn, I faced a new problem:
Severity Code Description Project File Line Suppression State Error The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. ABH.SW.HotelManagement
I have been trying to find a solution for the past two days by searching online, but so far, I have not been able to find a resolution. Can you help me with this issue?