You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can only use the "node_modules" which is generated by vuepress-creator ads myproject since the command "yarn" restores core-js v3.0+ (the expected version is v2.6.11).
The text was updated successfully, but these errors were encountered:
gdlcf88
changed the title
The command "yarn" restores v3.0+ of core-js
The command "yarn" restores core-js v3.0+
Aug 15, 2020
I appreciate the reminder🌹🌹🌹. After debugging, I‘ve found the problem. To reduce the installation time, vuepress-creator does not install vuepress by default when installing antdocs, which causes the core-js version in antdocs to be overwritten by vuepress during yarn install. For now, I've solved the problem by modifying the template.
Solution
Use the command line vuepress-creator upgrade -t to update the template at your terminal.
Uh oh!
There was an error while loading. Please reload this page.
I can only use the "node_modules" which is generated by
vuepress-creator ads myproject
since the command "yarn" restores core-js v3.0+ (the expected version is v2.6.11).The text was updated successfully, but these errors were encountered: