Unable to serve the cloned repository on local host so as to make changes #633
sunday-ucheawaji
started this conversation in
General
Replies: 1 comment
-
I'm not sure what's going on with your local setup but you can try passing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I cloned the repository, installed the library and then did
npm run demo
to watch any change made but I get this on localhost "http://[::]:3000/". If i go to localhost:3000, I get another error, this errorNot Found / 404
You may be seeing this error due to misconfigured options.
Please see this FAQ question for information on possible causes and remedies.
I get this in the browser console
VM117:5 crbug/1173575, non-JS module files deprecated.
Static Paths
C:\Users\sunda\Documents\react-dropdown-tree-select
To Reproduce
git clone library
npm install
npm run demo
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions