I'm attempting to run two scripts simultaneously, and I came across the concurrently
package that is supposed to assist with this. After executing npm install concurrently --save
and verifying it in my package.json
, I faced an issue when trying to run it:
concurrently: command not found
I am puzzled as to why it cannot locate the package even though it has been successfully installed. I have followed the setup instructions outlined here, ruling out any mistakes in that regard. Previous solutions to this problem seem outdated. Is there a different method I can use to confirm its functionality, or should I explore other options?
Screenshot: