PSA: Version 21.0.0 of JSS CLI Currently Only Compatible With XM Cloud

> Use 20.1.3 for now
Cover Image for PSA: Version 21.0.0 of JSS CLI Currently Only Compatible With XM Cloud

If you're starting a new XM/XP 10.x project, be mindful about which version of JSS CLI you're using.

The JSS CLI devs recently released version 21.0.0. According to the JSS releases page:

Note: JSS 21 is currently compatible with XM Cloud (XMC) only. The release of Sitecore Experience Platform 10.3 will bring compatibility to SXP.

Do This

Assuming you're not working on a XMC project, use this command to install the latest compatible version 👍:

npm i -g @sitecore-jss/sitecore-jss-cli@20.1.3

Don't Do This

If you don't include the version, it's going to install 21.0.0 👎:

npm i -g @sitecore-jss/sitecore-jss-cli

If you upgrade, it's going to install 21.0.0 👎:

npm upgrade -g @sitecore-jss/sitecore-jss-cli

But when will 10.3 be released? 🤔 Should be Soon ™️...

Keep BUIDLing,

Marcel


More Posts

Cover Image for Script: Boost SIF Certificate Expiry Days

Script: Boost SIF Certificate Expiry Days

> One simple script that definitely won't delete your system32 folder

Cover Image for New Reconnaissance Signature: Sitecore.Services.GraphQL.NetFxHost/site

New Reconnaissance Signature: Sitecore.Services.GraphQL.NetFxHost/site

> A public action method 'site' was not found on controller 'Sitecore.Services.GraphQL.Hosting.Mvc.GraphQLController'

Cover Image for Early Returns in React Components

Early Returns in React Components

> When and how should you return early in a React component?

Cover Image for Troubleshooting 502 Responses in Azure App Services

Troubleshooting 502 Responses in Azure App Services

> App Services don't support all libraries