vue-style-loader icon indicating copy to clipboard operation
vue-style-loader copied to clipboard

Problem on node 16.2.0+ Apple m1

Open zzeee opened this issue 4 years ago • 0 comments

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

zzeee avatar May 31 '21 10:05 zzeee