sh: run-p: command not found #67
Replies: 4 comments 16 replies
-
|
Hi Abdi—Thanks for posting your question! Could you please confirm a few things for me:
My first impression is that something is going wrong with the install process, as it says If the install process has run successfully, then something about your setup is preventing your shell from running the appropriate installed applications. ( |
Beta Was this translation helpful? Give feedback.
-
|
Hi Greg, thanks for the response. I'm currently use macOS Monterey, Local for dev tools environment. My project structure runs commands in the After running Any suggestions or feedback on how to resolve this issue? Thank you |
Beta Was this translation helpful? Give feedback.
-
|
You might try modifying |
Beta Was this translation helpful? Give feedback.
-
|
For anyone in the future with a similar issue. I've had this issue before and resolved it by deleting node_modules and redoing I resolved it by opening package.json and renaming the "devDependencies" object to "dependencies", deleting the node_modules and redone All packages are now installed, and the run commands work as normal. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I following the docs and on step 4 run command
npm install && npm run devgot error like this:I use node v18.14.0 and npm 9.3.1
Is there any config I'm missing? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions