I all time use foundation zurb and I don't want use something else. But suddenly I found that my foundation is refusing to work. What I understood it is that it updated and now it works in a different way. When I installed everything I needed I saw this error and when I want to make foundation new I keep getting the error:
up to date, audited 443 packages in 9s
30 packages are looking for funding
run `npm fund` for details
12 vulnerabilities (2 low, 2 moderate, 8 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
undefined
There were some problems during the installation.
✓ New project folder created.
✗ Node modules not installed. Try running yarn install manually.
Once you've resolved the above issues, run foundation watch while inside the we folder.
I tried reinstall git and node.js, but it didn't help me. I tried run all what it wants in description but yet it doesn't work. What I need to do? Thanks