-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
11ty getting started installs very old verison bc of security vulnerabilities #2407
Comments
@pracplayopen Are you referring to https://www.11ty.dev/docs/getting-started/? |
yup |
I'm not sure how it would have reverted to 0.11.1 (circa 2020-10-22). npm info @11ty/eleventy time --json | grep "0.11.1"
# "0.11.1": "2020-10-22T18:40:22.846Z", I tried the Getting Started docs (local install, I don't like npm init -y
npm i -D @11ty/eleventy
added 322 packages, and audited 323 packages in 7s
26 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
$(npm bin)/eleventy --version
# 1.0.1 Did you ever previously install Eleventy? Curious if you possibly had some old global install of Eleventy on your machine that it reverted to instead of grabbing the latest from npm. (npm ls -g --depth 0) But I don't think I've ever seen npm switch to an older version of a package due to security audits. npm version --json | jq '{npm:.npm, node:.node}'
{
"npm": "8.5.0",
"node": "16.14.2"
} |
strange. never heard of 11ty before a few weeks ago. ran install again and it worked this time. don't have enough experience w/npm to offer much insight. can run more tests if you want more info but i'm gonna close this ticket. appreciate all help thx.
other info:
|
I can confirm that the browser-sync dependency audits were fixed upstream, which is likely why it’s working now—it isn’t warning you or recommending |
ok so that probably explains what happens, thank you. |
Describe the bug
In april installed 11ty using getting started guide.
Was able to get things working well and quickly, but recently discovered getting started guide installed a version old version.
To Reproduce
Run a recent node, then Follow getting started guide.
Expected behavior
Latest stable release of 11ty should install.
Environment:
getting started install date:
Additional context
here is what shows up after install :
originally discoved via issue
The text was updated successfully, but these errors were encountered: