Set up a vue project on the local C-disk scaffolding and move the project to D-disk to report an error.

A vue project is built with scaffolding on the local C disk. Echars, is used in the project. I downloaded the successful project without moving the C disk will not report an error, but move the project to D disk to report an error. I annotated import echarts from "echarts" Vue.prototype.$echarts = echarts on main.js, and the project started normally, and an error was reported without comments.

the environmental background of the problems and what methods you have tried

related codes

To install them, You can run: npm install-save zrender/lib/contain/line zrender/lib/contain/polygon zrender/lib/contain/quadratic zrender/lib/contain/text zrender/lib/container/Group zrender/lib/core/BoundingRect zrender/lib/core/bbox zrender/lib/core/curve zrender/lib/core/env zrender/lib/core/event zrender/lib/core/matrix zrender/lib/core/timsort zrender/lib/core/util zrender/lib/core/vector zrender/lib/graphic/CompoundPath zrender/lib/graphic/ Gradient zrender/lib/graphic/Image zrender/lib/graphic/IncrementalDisplayable zrender/lib/graphic/LinearGradient zrender/lib/graphic/Path zrender/lib/graphic/RadialGradient zrender/lib/graphic/Text zrender/lib/graphic/helper/fixClipWithShadow zrender/lib/graphic/shape/Arc zrender/lib/graphic/shape/BezierCurve zrender/lib/graphic/shape/Circle zrender/lib/graphic/shape/Line zrender/lib/graphic/shape/Polygon zrender/lib/graphic/shape/Polyline zrender/lib/graphic/shape/Rect zrender/lib/graphic / shape/Ring zrender/lib/graphic/shape/Sector zrender/lib/mixin/Eventful zrender/lib/mixin/Transformable zrender/lib/svg/svg zrender/lib/tool/color zrender/lib/tool/path zrender/lib/vml/vml zrender/lib/zrender

what result do you expect? What is the error message actually seen?

Apr.09,2021

npm cache clean then npm install try

Menu