-
Notifications
You must be signed in to change notification settings - Fork 124
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
BrowserlistError #15
Comments
I cannot seem to reproduce this error. It looks like an incompatibility between dependencies. |
Yes Davehowson, I did it (reinstall node_modules after deleting the package-lock.json and node_modules) more than one time, still facing the same issue. |
I tried reinstalling for both node_module directories, one for server and the other for a client. but the error did not yet resolve. |
I faced the same issue, Step I did to resolve this are:
|
When using React please take a look into your package.json. You may find the following added there. "browserslist": [ |
Steps to Reproduce
While, I run "npm run dev" command after installing all the required packages as per your instructions, the application popped an error related to Browserlist.
Error
Please let me know, how to fix this error.
Version
The text was updated successfully, but these errors were encountered: