Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Uncaught (in promise) ReferenceError: process is not defined" when running bit start #6365

Closed
kimkwanka opened this issue Aug 26, 2022 · 4 comments
Labels

Comments

@kimkwanka
Copy link

kimkwanka commented Aug 26, 2022

Describe the bug

When trying to follow the "Getting started" guide I encountered the following problem:
When opening https://localhost:3000 in the browser after running bit start the page is blank as it errors out on Uncaught (in promise) ReferenceError: process is not defined.

The same thing also happens when running bit start in an existing project after initializing via bit init .

Steps to Reproduce

  1. Install bit via npx @teambit/bvm install
  2. Run bit new react tasks-workspace --default-scope my-org.tasks-scope
  3. cd tasks-workspace
  4. bit start

Expected Behavior

Seeing the workspace UI.

Screenshots, exceptions and logs

image
image
image

image

Specifications

  • Bit version: 0.0.829
  • Workspace type: harmony(?)
  • Node version: v16.13.2
  • npm / yarn version: 8.3.1 / 1.22.19
  • Platform: Apple M1 Pro MacOS Monterey 12.5.1
@speculees
Copy link

same issue

@adrianojdesouza
Copy link

Same here.

Specifications

  • Bit version: 0.0.829
  • Workspace type: nvm
  • Node version: v18.8.0
  • npm: 8.18.0
  • Platform: Ubuntu 22.04

@GiladShoham
Copy link
Member

It was a regression that should be fixed by the latest version.

@kimkwanka
Copy link
Author

It was a regression that should be fixed by the latest version.

Can confirm that it seems to be working now (Bit version: 0.0.831)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants