backgroundI want to check the webpack version, but executing webpack -v reports an error SolutionStep 1: Run the command npm list --depth=0 -g to check the compatibility of webpack, webpack-cli and other versionsFor example, the above prompt means that you have installed [email protected], but your webpack version does not match (prompts that the version is too low). You need to install a version above v4.37.0, or directly install v5.0.0 (for example, directly install v4.37.0: npm install -g [email protected]) Step 2: Run the command npm list --depth=0 -g again to checkAt this point, the detection has no errors, indicating that the webpack and webpack-cli versions have matched Step 3: Execute webpack -v and still report an errorRun npm init -y to automatically configure package.json, then execute webpack -v to view the version normally. Related links webpack -v reports an error Webpack builds Vue environment error Mac node delete and reinstall Webpack & Webpack-cli After successful installation, check webpack -v error This is the end of this article about webpack -v error solution. For more relevant webpack -v error solution content, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to install Nginx in a specified location in Centos system
>>: Implementing add, delete, modify and query operations on MySQL based on sqlalchemy
The search performance from fastest to slowest is...
As a backend programmer, sometimes I have to tink...
The difference between inline elements and block-...
01PARTCoreWebApi tutorial local demonstration env...
Large Text Data Types in Oracle Clob long text ty...
The fixed IP address of the centos-DVD1 version s...
Preface MySQL master-slave replication is the bas...
Table of contents Two modules for using nginx for...
This article shares the installation and configur...
Starting from this section, we will explain the i...
The hardware requirements for deploying Hyper-V a...
I would like to share with you the graphic tutori...
This article uses an example to illustrate the us...
As the company's influence grows and its prod...
Preface It is said that if the people doing opera...