Chromatic CLI not building storybook

3.7k Views Asked by At

I am not able to get chromatic cli v5.4.0 to build my storybook. It worked the first time and then hangs on subsequent attempts.

  ➜  my-project git:(storybook-poc) ✗ yarn chromatic
  yarn run v1.22.10
$ npx chromatic --project-token xxxfooxxx

Chromatic CLI v5.4.0
https://www.chromatic.com/docs/cli

  ✔ Authenticated with Chromatic
    → Using project token '*******xxx'
  ✔ Retrieved git information
    → Commit 'f392eff' on branch 'storybook-poc'; found 1 baseline commit
  ✔ Collected Storybook metadata
    → Storybook v6.1.3 for React; supported addons found: Actions, Backgrounds, Docs, Links, Viewport
  ⠼ Building your Storybook
    → Running command: build-storybook -- --output-dir /var/folders/1t/9d_7zrws2p52d2gw918m16wr0000gq/T/chromatic--50970-DBkh6i7fBaPe
    Publish your built Storybook
    Verify your Storybook
    Take snapshots of your stories

The output of that var directory never contains anything more then the following, despite leaving running for several minutes:

ls -la /var/folders/1t/9d_7zrws2p52d2gw918m16wr0000gq/T/chromatic--50970-DBkh6i7fBaPe

total 0
drwx------    2 stefan  staff    64  1 Dec 15:50 .
drwx------@ 190 stefan  staff  6080  1 Dec 15:51 ..

I am working around this for now by using the following command, so perhaps something permissions based ‍♂️. Suggestions welcome!

./node_modules/.bin/chromatic --project-token=xxxxfooxxxx
1

There are 1 best solutions below

1
On

Upgrading to [email protected] as per @Gert_Hengeveld comment has remedied the issue for build. Many thanks!

yarn chromatic
yarn run v1.22.5
$ npx chromatic --project-token ******

Chromatic CLI v5.5.1-dev.1
https://www.chromatic.com/docs/cli

✔ Authenticated with Chromatic
→ Using project token '**********'
✔ Retrieved git information
→ Commit '5aaa9bc' on branch 'CON-91-deploy-to-prod'; found 1 baseline commit
✔ Collected Storybook metadata
→ Storybook v6.1.3 for React; supported addons found: Actions, Backgrounds, Docs, Links, Viewport
✔ Storybook built in 1 minute 5 seconds
→ View build log at /Users/MEH/code/.../build-storybook.log
✔ Publish complete in 16 seconds
→ View your Storybook at https://5fc......0c1-mk...dy.chromatic.com
✔ Started build 7
→ View build details at https://www.chromatic.com/build?appId=5fc......0c1&number=7
✔ Build 7 failed after 10 seconds