Npm@6.14.13 /usr/local/lib/node_modules/npm Build failed 😞


unable to deploy please help me.

here i have defined node --version
{
“name”: “Secrets”,
“version”: “1.0.0”,
“engines”: {
“node”: “>=19 <20”
}
“description”: “General app”,
“main”: “app.js”,

Hi there,

The top of your screenshot shows the output of the npm command. npm differs to yarn - it explicitly requires a command to follow, as opposed to yarn which will default to yarn install

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.