We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First I had to download zip to install the project on local system because I was getting Permission denied when using git clone. Second, Getting Refused to connect. Solved by removing comma from scripts->preview tag in package.json and defining server host and port properties in vite.config.js file. For resolving such issue, visit https://dev.to/sujit-shrc/resolving-connect-econnrefused-00005173-error-when-running-vite-react-on-code-server-4f91
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First I had to download zip to install the project on local system because I was getting Permission denied when using git clone.
Second, Getting Refused to connect.
Solved by removing comma from scripts->preview tag in package.json and defining server host and port properties in vite.config.js file. For resolving such issue, visit
https://dev.to/sujit-shrc/resolving-connect-econnrefused-00005173-error-when-running-vite-react-on-code-server-4f91
The text was updated successfully, but these errors were encountered: