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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The dev dependency that I added in 07cbf7c fsevents what fixed issues with the Vue dev server on macOS throws an error on Linux during npm install.
fsevents
npm install
Current workaround: Use npm install -f instead.
npm install -f
Find out a way to fix this issue without bringing back the dev server issues on macOS.
The text was updated successfully, but these errors were encountered:
Remove fsevents dependency (#344)
68905d1
Add note to README about fsevents on macOS (#344)
f9654b2
No branches or pull requests
The dev dependency that I added in 07cbf7c
fsevents
what fixed issues with the Vue dev server on macOS throws an error on Linux duringnpm install
.Current workaround: Use
npm install -f
instead.Find out a way to fix this issue without bringing back the dev server issues on macOS.
The text was updated successfully, but these errors were encountered: