How is the lower version of the element-ui custom theme initialized?

how is the lower version of the element-ui custom theme initialized?

I use version 1.3.4
when et
initialization variable files are installed, I am always prompted
please install element-theme-chalk

but this corresponds to the latest version, and the style will be messy!

I have installed the corresponding version 1.3 of element-theme-default

still prompt me
please install element-theme-chalk

ask God for a clear way ~

Mar.01,2021

OK, I have found a solution ~

npm I element-theme-g
the version to which the command line tool version corresponds
npm info element-theme

I found almost version 0.7.0 to match.
npm info element-theme@0.7.0
Delete the previous package and reinstall, and you can initialize and compile the lower version ~

normally.
Menu