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

165
Views
Not able to compile my react+typescript application using gulp

im trying to compile my react,typescript application and my gulpfile.js file code is

var gulp = require("gulp");
var browserify = require("browserify");
var babelify = require("babelify");
var source = require("vinyl-source-stream");
var tsify = require("tsify");
gulp.task("default", function () {
return browserify("./src/index.tsx")
.plugin(tsify, { target: "es6" })
.transform(babelify.configure({ extensions: [".tsx", ".ts"] }))
.bundle()
.pipe(source("app.js"))
.pipe(gulp.dest("./build/"));
});

while running gulp command after few seconds im facing error as

Error: Can't walk dependency graph: Cannot find module '../split' from '/home/umesh/node_modules/ace-builds/src-noconflict/ext-split.js'
required by /home/umesh/node_modules/ace-builds/src-noconflict/ext-split.js
at /home/umesh/Documents/SDL-Contentstack-Connector/ui/node_modules/resolve/lib/async.js:158:35
at load (/home/umesh/Documents/SDL-Contentstack-Connector/ui/node_modules/resolve/lib/async.js:177:43)
at onex (/home/umesh/Documents/SDL-Contentstack-Connector/ui/node_modules/resolve/lib/async.js:202:17)
at /home/umesh/Documents/SDL-Contentstack-Connector/ui/node_modules/resolve/lib/async.js:15:69
at FSReqCallback.oncomplete (fs.js:183:21)
at FSReqCallback.callbackTrampoline (internal/async_hooks.js:131:14)
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!