Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

2.5K
Views
'node_modules' is not recognized as an internal or external command, operable program or batch file

I am using gulp in my application.

  1. installed gulp
  2. put the npm script
  3. 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

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

When working with npm packages you do not need to specify a path to executable in node_modules. Try the following setup:

  "scripts": {
    "start": "gulp watch"
  },

Make sure that gulp is present in dependencies as well.

  "dependencies": {
    "gulp": "^4.0.2"
  }
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!