Antd vue uses antd-vue to build an eye-catching error reporting: Unexpected end of input at 1: Unexpected end of input at 133870

as shown in figure

clipboard.png

E:\\vue-manage\antd-demo>npm install
npm WARN deprecated istanbul-lib-hook@1.2.1: 1.2.0 should have been a major vers
ion bump
npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at leas
t 2.1.6 to avoid a serious bug with socket data flow and an import issue introdu
ced in 2.1.0
npm WARN deprecated @types/commander@2.12.2: This is a stub types definition for
 commander (https://github.com/tj/commander.js). commander provides its own type
 definitions, so you don"t need @types/commander installed!
npm ERR! Unexpected end of input at 1:133870
npm ERR! um":"03acd769b513d84b9a1451e0c934897fe7eefbc3","tarball":"https://reg
npm ERR!                                                                      ^

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\zoufengrui\AppData\Roaming\npm-cache\_logs\2018-08-29T08_2
8_35_765Z-debug.log

is installed by following the steps of ant-design-vue . This is the case with or without performing the third supplement as described.

there is no such error if you simply create a project using vue-cli. May I ask how to solve the problem?

May.11,2021
Menu