I am using gulp in my application.
- installed gulp
- put the npm script
- run the script by using "npm start"
Got the error:- **> start
node_modules/.bin/gulp watch 'node_modules' is not recognized as an internal or external command, operable program or batch file.**
In package.json to start the script:- "scripts": { "start": "node_modules/.bin/gulp watch" },
Kindly help me to fix this issue. Thank you