Command not found in production #819
Unanswered
KjartanBourgeois
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get an command not found error when trying to create an screenshot on production. Locally I only get it to work on one computer. Everything is installed, but I always get this error.
Everything is also in the $PATH environment variables.
I also did an search here, and nothing of the other solutions helped me.
Puppeteer version: 22.2.0
Node version: 20.11.1
NPM version: 10.2.4
Somebody who can help me to fix this?
The error
The code I try to run
When I run the command
which node
I get/usr/local/bin/node
When I run the command
which npm
I get/usr/local/bin/npm
Beta Was this translation helpful? Give feedback.
All reactions