You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior
While launching a project with vue-style loader I see the error:
node_modules/vue-style-loader/lib/addStylesClient.js
Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file ../src/coroutine.cc, line 134.
error Command failed with signal "SIGABRT".
and process crashes
Steps to reproduce
Install latest nuxt.js, create a project.
run yarn run dev
Expected behavior:
Should work
Workaround exists, but very problematic - use node 14.x with rosetta
The text was updated successfully, but these errors were encountered:
bug
Current behavior
While launching a project with vue-style loader I see the error:
node_modules/vue-style-loader/lib/addStylesClient.js
Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file ../src/coroutine.cc, line 134.
error Command failed with signal "SIGABRT".
and process crashes
Steps to reproduce
Install latest nuxt.js, create a project.
run yarn run dev
Expected behavior:
Should work
Workaround exists, but very problematic - use node 14.x with rosetta
The text was updated successfully, but these errors were encountered: