hayes0724 / shopify-packer

Modern development tool for Shopify using Webpack 5. Easy to extend and customize, zero build config, compatible with Slate and existing websites.
https://hayes0724.github.io/shopify-packer/
MIT License
181 stars 37 forks source link

Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file coroutine.cc, line 134.[BUG] #145

Closed Teunel closed 2 years ago

Teunel commented 3 years ago

Describe the bug Getting the above error when running packer start on a new M1 macbook pro.

To Reproduce Steps to reproduce the behavior:

  1. yarn global add @hayes0724/shopify-packer
  2. packer start

System (please complete the following information):

Packer (please complete the following information):

vasilisakarelova commented 2 years ago

I have the same error and i tried to install as new project, as well as an existing one. Also have macbook pro m1

mrpacman101 commented 2 years ago

@Teunel Have you tried installing node 14 or 15 instead? I run 14.17.3 or 15 stable.

Kadreev commented 2 years ago

Official message @ fibers page: Update [April 13th, 2021] -- Fibers is not compatible with nodejs v16.0.0 or later. Unfortunately, v8 commit dacc2fee0f is a breaking change and workarounds are non-trivial.

/Downgrading to v15 is not recommended, because doesn't have LTS - Long Term Support/

So I just used to downgrade to the latest 14.18.3 LTS and the issue is resolved.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 2.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: