Getting this error while deploying my server.
someone please help me.
the top of that output looks like you’re probably running npm
on its own and not one of the commands it provides so it’s showing you the help page for npm
Regards,
John B
I want to deploy the server for my application can you tell me which command should I use.
npm differs to yarn in that npm requires you to provide the command, eg npm install
unlike yarn which will default to the install command if no command is provided,
Regards
John B
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.