Skip to content

How to install 11ty v1.0 new beta version? #2030

Discussion options

You must be logged in to vote

Per the blog post (https://www.11ty.dev/blog/eleventy-v1-beta/), you can do:

# Local project
npm install @11ty/eleventy@beta

# Global install
npm install @11ty/eleventy@beta -g

Should you. Well... that depends. :) There are going to be some backwards compat issues you may run into. I doscumented my process here (https://www.raymondcamden.com/2021/10/08/eleventy-10-upgrading-experience) and in my huge site (6k+ files), it was mostly painless. I think the biggest issues for me were invalid Liquid filters and non-quoted Liquid includes.

My site is just a personal blog so it was a safe gamble. You need to decide for yourself how risky the move would be. But in general, I think it's relative…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@desidem
Comment options

@pdehaan
Comment options

pdehaan Jan 14, 2022
Collaborator

Answer selected by cekvenich2
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pdehaan
Comment options

pdehaan Jan 14, 2022
Collaborator

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants