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

569
Views
Deploy to Vercel error (Error: Command "npm run build" exited with 127)

I'm using parcel-bundler for sass on my projects, I've always used npm start instead of npm run build and it has always worked for me. But this time, when I try to deploy my project on vercel, it failed and it says "Error: Command "npm run build" exited with 127"?

[19:25:23.101] Cloning github.com/sn-tin/odin-etch-a-sketch (Branch: main, Commit: e5ff000)
[19:25:23.584] Cloning completed: 482.734ms
[19:25:23.676] Installing build runtime...
[19:25:25.452] Build runtime installed: 1.775s
[19:25:26.373] No Build Cache available
[19:25:26.541] Installing dependencies...
[19:25:27.829] 
[19:25:27.830] added 17 packages in 1s
[19:25:27.830] 
[19:25:27.830] 2 packages are looking for funding
[19:25:27.830]   run `npm fund` for details
[19:25:28.030] Detected `package-lock.json` generated by npm 7...
[19:25:28.031] Running "npm run build"
[19:25:28.305] 
[19:25:28.306] > odin-eas@1.0.0 build
[19:25:28.306] > parcel build src/index.html
[19:25:28.306] 
[19:25:28.322] Error: Command "npm run build" exited with 127

My package.json

{
 "name": "odin-eas",
 "version": "1.0.0",
 "description": "",
 "main": "index.js",
 "target": {
   "main": false
 },
 "scripts": {
   "start": "parcel src/index.html",
   "build": "parcel build src/index.html"
 },
 "keywords": [],
 "author": "",
 "license": "ISC",
 "devDependencies": {
   "@parcel/transformer-sass": "^2.5.0",
   "bundler": "^0.8.0",
   "parcel": "^2.5.0",
   "sass": "^1.51.0"
 }
}
about 4 years ago · Juan Pablo Isaza
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!