Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #815
Closed
Open
Issue created Oct 01, 2016 by Administrator@rootContributor

After ejecting getting "process.binding is not supported" error

Created by: brakowski

Description

After ejecting a newly created app, and try to open it in the browser, i get a "Uncaught Error: process.binding is not supported" in the browser.

Expected behavior

It should work the same like before ejecting.

Actual behavior

An "Uncaught Error: process.binding is not supported" error is displayed in the browser console.

Environment

  1. Operating system: Linux Mint 17 Qiana
  2. Browser and version: Google Chrome 47.0.2526.111 (64-bit)
  3. Node: v6.2.1
  4. NPM: 2.11.3

    Reproducible Demo

  • create-react-app test-app
  • cd test-app
  • npm run eject
  • npm start

Seems like "usr/lib/nodejs" is also bundled by webpack. The whole error message:

Uncaught Error: process.binding is not supportedprocess.binding @ browser.js:173(anonymous function) @ buffer.js:4(anonymous function) @ buffer.js:1293__webpack_require__ @ bootstrap e7633f287f581d8681cb:555fn @ bootstrap e7633f287f581d8681cb:86(anonymous function) @ querystring.js:6__webpack_require__ @ bootstrap e7633f287f581d8681cb:555fn @ bootstrap e7633f287f581d8681cb:86(anonymous function) @ url.js:61__webpack_require__ @ bootstrap e7633f287f581d8681cb:555fn @ bootstrap e7633f287f581d8681cb:86(anonymous function) @ webpackHotDevClient.js:22__webpack_require__ @ bootstrap e7633f287f581d8681cb:555fn @ bootstrap e7633f287f581d8681cb:86(anonymous function) @ bootstrap e7633f287f581d8681cb:578__webpack_require__ @ bootstrap e7633f287f581d8681cb:555(anonymous function) @ bootstrap e7633f287f581d8681cb:578(anonymous function) @ bootstrap e7633f287f581d8681cb:578

Assignee
Assign to
Time tracking