-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank Page on start up #130
Comments
It may be a change you need to make from this latest commit (I'll make sure this gets pushed up to Nuget as well). If you run Sometimes wiping out node_modules entirely, reinstalling, and running Just to make sure it's not anything else - what version of Node are you running? |
@MarkPieszak I have tried doing incognito windows, different browsers, deleting node_modules and reinstalling them, npm run dev, npm install, npm run build, and none of it works for my localhost. I am running node 10.16 |
Very odd! |
I installed it through git has this been an issue anywhere else? @MarkPieszak |
So far everything seems good for others - are you on Windows or Mac? |
I am using windows. |
Just to expand upon bug #91
I have tried npm run build, npm installand it does not matter, every time that I attempt to start the Application in .NET Core it will fail to load, main js, vendor css, and vendor js.
I think that the starter app is fantastic considering that there are not a lot of other vue spa resources out there for .NET Core, but this makes it very difficult to work with when everytime you run the app it fails.
Is there any solution to this?
I have attached a picture of when i do an npm install
Here is a pic of what it looks like when an npm run build is run
The text was updated successfully, but these errors were encountered: