logto icon indicating copy to clipboard operation
logto copied to clipboard

feature request: support latest node

Open samos123 opened this issue 1 year ago • 1 comments

Seeing this warning:

npm install @logto/[email protected]                                                                        254 ↵ 
npm warn EBADENGINE Unsupported engine {                                                                        
npm warn EBADENGINE   package: '@silverhand/[email protected]',                                                  
npm warn EBADENGINE   required: { node: '^18.12.0 || ^20.9.0', pnpm: '^9.0.0' },                                
npm warn EBADENGINE   current: { node: 'v22.2.0', npm: '10.8.0' }                                               
npm warn EBADENGINE } 

samos123 avatar Jun 01 '24 20:06 samos123

@samos123 Did you try to install it with PNPM ?

vincentdchn avatar Jun 02 '24 09:06 vincentdchn

Hi, you can upgrade to the latest version.

wangsijie avatar Apr 24 '25 02:04 wangsijie