ndigitals / strapi-plugin-sso-azure-ad-basic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Node 18

H-Gomez opened this issue · comments

Hi,

When trying to install this package in a Strapi project with the command shown in the README using Node 18 I get the following error in the terminal:

npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name "=>3.6.0" of package "@strapi/strapi@=>3.6.0": Tags may not have any characters that encodeURIComponent encodes.

If I downgrade to Node 14 then I can install the package but not with version 18.
Is it possible to add support for this now that 14 is end of life and 16 is about to end support? Thanks

The same happened here. Do we have any news?
I believe that updating @strapi/strapi from version 3.6.0 to 4.x (I'm using 4.19 with stability) in the package.json file of this plugin project will resolve this issue.