vue-style-loader
vue-style-loader copied to clipboard
Problem on node 16.2.0+ Apple m1
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