Skip to content
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

Open
rcreynolds53 opened this issue Jun 5, 2019 · 6 comments
Open

Blank Page on start up #130

rcreynolds53 opened this issue Jun 5, 2019 · 6 comments

Comments

@rcreynolds53
Copy link

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
Capture

Here is a pic of what it looks like when an npm run build is run
Capture2

@MarkPieszak
Copy link
Member

MarkPieszak commented Jun 7, 2019

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).
1657c35
@rcreynolds53

If you run npm run dev to see the same issue?

Sometimes wiping out node_modules entirely, reinstalling, and running npm run dev might fix the issue.

Just to make sure it's not anything else - what version of Node are you running? node --version to check.

@rcreynolds53
Copy link
Author

@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

@MarkPieszak
Copy link
Member

Very odd!
Did you install from Nuget or through git?
Everything seems to be running fine here locally with new installations, not sure what else could be causing it.
@rcreynolds53

@rcreynolds53
Copy link
Author

I installed it through git has this been an issue anywhere else? @MarkPieszak

@MarkPieszak
Copy link
Member

So far everything seems good for others - are you on Windows or Mac?

@rcreynolds53
Copy link
Author

I am using windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants