I am using Sublime Text. I have installed the Linter package and the ccslint and htmllint. To install the last two I have had to install Node.js on my Mac.
The CSS and HTML linters appear to work fine in Sublime.
However, when I installed the htmllint by typing the following into Terminal
sudo npm install -g htmlhint@latest
I get the following worrying message in Terminal:
In Terminal I’ve typed in and pressed enter:
npm audit fix --force
I get the following
When I installed Node I got the following message, which I don’t understand and have not done anything with. Is this connected with the vulnerabilities? And if so, what do I do?
Help!