vue-a11y / vue-a11y.com

Vue.js community effort to improve web accessibility - Website.
https://vue-a11y.com/
MIT License
62 stars 7 forks source link

Project setup fails at npm install #75

Open JoostKersjes opened 2 years ago

JoostKersjes commented 2 years ago

Bug report

Summary

The README.md contribution instructions failed at the npm install step.

Expected behavior?

Should install dependencies properly.

What is actually happening?

Additional Information

Logs where it starts throwing errors:

image

The above logs are from Node 17.2.0, npm 8.10.0 on WSL 2 Ubuntu.

JoostKersjes commented 2 years ago

This can be fixed by replacing node-sass with Dart "sass": "^1.55.0",. With the above error fixed, there is a following error regarding eslint-plugin-vue:

image

This can be fixed by upgrading to "eslint-plugin-vue": "^9.6.0",.