frctl / fractal

A tool to help you build and document website component libraries and design systems.
https://fractal.build
MIT License
2.11k stars 167 forks source link

Require is not defined - new Fractal installation #1222

Closed Radu033 closed 1 year ago

Radu033 commented 1 year ago

Hello,

I just started with Fractal, I installed everything as instructed by the documentation, but when I type in "fractal start --sync" in the terminal, I get the following error message: ReferenceError: required is not defined image

Steps to reproduce the issue

  1. Install Fractal using the teminal as written in the documentation
  2. After installation type in "fractal start --sync"
  3. See the error in the terminal

I tried 3 times, always get the same result.

Context

mihkeleidast commented 1 year ago

It seems like the error is coming from your own config file, can you post the contents so we could take a look?

Radu033 commented 1 year ago

@mihkeleidast you are right, I found the issue and fixed it. Thanks