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

167
Views
Microsoft's Makecode fails to build due to react-scripts

I'm attempting to make a custom version (fork) of Microsoft's PXT (Makecode), and it's working pretty well, except for one issue:

After fresh install + npm install, it builds perfectly (via npm run build). After one more time (and from there forwards), I get the following:

pxt\skillmap\node_modules\react-scripts\config\webpack.config.js:11
  const config = configFactory(webpackEnv);

TypeError: configFactory is not a function

if I open up that file, sure enough I see const config = configFactory(webpackEnv);, but right above it (on line 6 to be exact) shows const configFactory = require('../config/webpack.config.base');, meaning that configFactory should have been defined. Why might this be happening, and what can I do to fix it?

I did try 2 things, both of which did not work out:

  1. I disabled my TSConfig's "strict", but that only effects .d.ts files (type declarations), and not actual TS files.
  2. adding node_modules to the TSConfig's exclude section, to attempt to get typescript not to check them. This had no success either.
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!