emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

App crashes in vendor.js at line 5157 #74

Closed wburchard closed 6 years ago

wburchard commented 6 years ago

Using Visual Studio 2017 Professional, running on Windows 7 x64. Created a new project after downloading and installing version 2.5.1. Installed Node 8.9.3. Installed Angular CLI 1.6.3. Successfully compiled project. When I attempt to run the project, I see the 'application loading' splash screen, but it then crashes with the following error:

JavaScript critical error at line 5157, column 1 in http://localhost:51407/dist/vendor.js?v=KTbG8orBqXYcqt1brf70VwUoUxlTF_bMfvrXbFAFMCo\n\nSCRIPT1028: Expected identifier, string or number

image

emonney commented 6 years ago

Is this a vanilla installation? Delete the below folders, restart visual studio, rebuild solution and post your response back.

Delete the dist folder: wwwroot > dist Delete node_modules folder

If this is for support rather than reporting a bug, please move this post to the support forum. Github issues will only be used for bug reporting