Hi,
On Thu, Mar 21, 2019 at 5:35 PM Justin Mclean <[email protected]> wrote: > > Hi, > > > I also did't find the echarts dependency in this release candidate. It > > is introduced in this commit[1] just 6 hours ago, it is impossible to > > be included in the release candidate. > > npm ls just list what installed, which may not be helpful, what the best way > to work out what version the release depends on? Not quite familiar with front end, what I normally do is to delete the node_modules directory and type "npm install" again, this command should only install what is listed in the package.json. > > Thanks, > Justin > > > > -- Best Regards! Huxing
