-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
ZURB template uninstallable (advanced installation) #11627
Comments
|
Also this is a direct dependency of |
@DanielRuf |
We'll do it with the next release. |
Which lockfile is incorrect: |
Search for |
This appears to still be an issue when installing the foundation-zurb-template dependencies using NPM. Yarn works for some reason. The foundation-sites lockfiles appear to pin an older version of har-validator, so probably aren't affected. Is there a plan to update the official foundation-zurb-template lockfiles soon? |
"npm install har-validator@latest --save-dev" should help |
I'm also having the same problem with foundation-zurb-template, using git clone and cli as well it ask me to do an npm audit fix I used --force but still need 6 manual fix I notice this when I try to install sweetalert2 `Binary found at /Users/giovanni/Desktop/zurb/node_modules/node-sass/vendor/darwin-x64-64/binding.node
|
Try |
I'll try that but the problem is that is not installing the npm package at all no matter how I do it. UPDATE @DanielRuf that did the job, I was able to install sweetalert2. Now I have to check if sweealert works properly.. thanks! |
What should happen?
Error-free advanced installation of the ZURB Template.
What happens instead?
npm ERR! code E404
npm ERR! 404 Not Found: [email protected]
Possible Solution
package-lock.json update to other har-validator version - there is no version 5.1.2
on
https://www.npmjs.com/package/har-validator?activeTab=versions
or
https://registry.npmjs.org/har-validator/-/har-validator-5.1.2.tgz
Test Case and/or Steps to Reproduce (for bugs)
Test Case:
How to reproduce:
Context
...
Your Environment
...
Checklist
The text was updated successfully, but these errors were encountered: