netlify-express icon indicating copy to clipboard operation
netlify-express copied to clipboard

'.' is not recognized as an internal or external command, operable program or batch file.

Open DanielBrannon opened this issue 2 years ago • 3 comments

I tried following your how to video exactly and even copy pasted your code from the repo for the package json start command. This is the error I received. image

DanielBrannon avatar Jun 11 '22 23:06 DanielBrannon

same here bro

Kunalgoel9 avatar Nov 23 '22 08:11 Kunalgoel9

same for me please send any solution

tarsariyasandip456 avatar Apr 09 '23 08:04 tarsariyasandip456

Use "netlify-lambda serve src" instead of "./node_modules/.bin/netlify-lambda serve src" to start and use "netlify-lambda build src" instead of "./node_modules/.bin/netlify-lambda build src" to build. @tarsariyasandip456, @Kunalgoel9 Hope it helps.

NikhilKalloli avatar Dec 24 '23 09:12 NikhilKalloli