I'll record my first attempt at vue3.0. When I started the project, I got an error message saying "Cannot find module 'worker_threads'". I checked and found that it was because the node version on my computer was too low. I checked the version. node -v v11.2.0 Then upgrade your node version and execute the startup command. npm install -gn (remember to add sudo on Mac) latest Summary: You need to upgrade node.js to version 12 or above to solve the problem of Vue3.0 reporting the error Cannot find module 'worker_threads'. Further reading: Solution to the error Cannot find module 'xxx'.When packaging with webpack, there will be an error of Cannot find module 'XXX', which means that a certain module cannot be found. Here is a solution: Directly perform npm install to repackage; If this problem still occurs after npm install repackaging, you can delete the node_modules folder and clear the cache at the same time, as follows:
The above is the editor's introduction to the solution of Vue3.0 error Cannot find module 'worker_threads'. I hope it will be helpful to everyone. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Graphic tutorial on installing MySQL database and configuring environment variables on Mac
>>: Detailed explanation of the application of meta tags in mobile platform development
Preface As we all know, JavaScript is single-thre...
According to canisue (http://caniuse.com/#search=...
Directly to the configuration file server { liste...
Table of contents 1. Scope 2. Scope Chain 3. Lexi...
Recent experience in installing mysql5.7.17 free ...
Today we will introduce several ways to use CSS t...
Problem Description When we are working on a proj...
Preface: I wrote this because I helped my friend ...
This article uses a jQuery plug-in to create an a...
I was playing with CentOS in a VMware virtual mac...
Everyone must know the composition of the box mod...
Today, let's talk about a situation that is o...
This article shares the specific steps for config...
If you are a developer looking to get into the wo...
For example, if your current path is /var/log and...