element-ui version upgrade vue project

element-ui first uninstall project

Command is:

Elevation uninstall element-ui / uninstall cnpm element-ui

Install the latest update of the element-ui

Command

asl element and -S-ui / cnpm element and -S-ui

 

(Updated version of the command you want to install as npm install element-ui @ 2.0.11 -S)

node-sass empathy update project

npm uninstall --save node-sass
cnpm install --save node-sass

 

Note: The upgrade to the latest version may cause some incompatibility, self-commissioning or return to the original version, the latest version of the project and is not necessarily the best match version

Guess you like

Origin www.cnblogs.com/myfate/p/12060742.html