## problem When creating a custom Vue project, this error will be reported when `node-sass` is s…
## problem When I started the project using npm, I reported the error of the inconsistent versio…
Today I learned React for a day and built many projects. As a result, projects created with creat-r…
## problem When writing a `vue-cli` project, the following problems occurred when running npm ru…
`vue-admin-element` reports an error when `npm run dev` ``` element-variables.scss this.getOpt…
## scene After installing node in win10, use the command `node -v` and `npm -v` to be normal, no…
## description Recently, I encountered the following problems when I was learning about building…
When we installed cnpm, the following error problem occurred. The solution is very simple, and it c…
Encountered this problem, it is basically caused by the computer bit version does not correspond. …
## error information ``` Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "./configure …
## Problem description Start the front-end project of the company's front-end engineer, and prom…
## description The following prompt is reported when `npm install puppeteer`: ``` ERROR: Fai…
## solution You get this error most likely because you entered a wrong path, the start command c…
## solution ``` npm uninstall --save sass-loader // uninstall npm i -D sass-loader@8.x // inst…
## Reason Since UglifyJs only supports ES5 and element-ui may introduce part of ES6, the webpack…
## error message ``` Error: Rule can only have one resource source (provided resource and test …
## solution ``` sudo npm i --unsafe-perm ``` ## reason Still a permission issue That …
## Error when installing socket.io ``` npm ERR! code 1 npm ERR! path D:\programs\testFolder\so…
## Error details Whenn run `npm install`, got error: ``` npm ERR! cb() never called! npm E…
## error message ``` PS C:\Users\wangting\Desktop\Wisdom_admin\wisdom_admin> npm run dev > e…
## error description When Mac used npm to install the package `npm i -g xxxx`, it reported an er…
## description error message ``` Error: Cannot find module 'commander' ``` ## reason …