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

1 stars 4 forks source link

Support for Node 18 #17

Open H-Gomez opened 11 months ago

H-Gomez commented 11 months ago

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

leeoreis commented 6 months ago

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.