-
Notifications
You must be signed in to change notification settings - Fork 2
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
build not create #43
Comments
Hi @ErNisha4800 - can you share the error message you are getting? |
build file is done but not show exe application create two folder dist and .parcel-cache npm run build
|
It looks like you are on a Windows machine, and not running under WSL (Windows Subsystem for Linux). A couple of options:
|
It looks like you are trying to open the index.html file locally, which will not work due to CORS policy. Instead, run the server using this command:
Once the server is running, browse to http://localhost:55000 (make sure this is http and not https) - and this should work. |
i have create build use npm run build command but not working any idea build file successfully working
The text was updated successfully, but these errors were encountered: