Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

csesumonpro's avatar

'npm' is not recognized as internal or external command in laravel

When command npm install show this error

'npm' is not recognized as internal or external command in laravel

how to solve it

0 likes
4 replies
csesumonpro's avatar

I have already install node js. Use this command for check it node -v npm -v . This working. When command under laravel project npm install . Show this error 'npm' is not recognized as internal or external command in laravel

LiamHammett's avatar

Have you installed node/npm globally across your system - does it work in other directories?

Please or to participate in this conversation.