You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add version 14 of the node plugin to my Lando setup:
services:
node:
type: node:14
then start Lando and SSH into the node service, I see that npm 11 is installed, which does not run on node 14:
lando ssh -s node
node@bd500a732c53:/app$ npm --version
ERROR: npm v11.0.0 is known not to run on Node.js v14.21.3. This version of npm supports the following node versions: `^20.17.0 || >=22.9.0`. You can find the latest version at https://nodejs.org/.
The text was updated successfully, but these errors were encountered:
@dtakken just tested this out and got 6.14.18 for npm --version on node:14, are you sure you're not specifying a higher version of npm?
Might be worth removing the downloaded image (run lando destroy on your project, then docker rmi node:14) just to make sure it's not corrupted somehow.
When I add version 14 of the node plugin to my Lando setup:
then start Lando and SSH into the node service, I see that npm 11 is installed, which does not run on node 14:
The text was updated successfully, but these errors were encountered: