I can't install vuepress properly - yarn docs:dev
This is the error message:
yarn add -D vuepress
yarn add v1.9.4
info No lockfile found.
[1/4] 🔍 Resolving packages...
warning vuepress > css-loader > cssnano > autoprefixer > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning vuepress > css-loader > cssnano > postcss-merge-rules > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning vuepress > css-loader > cssnano > postcss-merge-rules > caniuse-api > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
success Saved lockfile.
success Saved 683 new dependencies.
info Direct dependencies
└─ [email protected]
info All dependencies
├─ @babel/[email protected]
├─ @babel/[email protected]
├─ @babel/[email protected]
├─ @babel/[email protected]
├─ @babel/[email protected]
yarn run v1.9.4
warning package.json: No license field
$ vuepress dev docs
Please don't delete the template when creating an issue.
There are only warnings but no error message, and you have already installed vuepress properly.
Those warnings are not directly related to vuepress. The first is related to css-loader, and the second it your own business.
Add a space between # and 1 to write correct markdown code.
PS: Issue不要乱开,请看清楚要求。另外先去学会yarn/npm这些工具的基础用法。
这个是什么意思,怎么解决的,
Most helpful comment
Please don't delete the template when creating an issue.
There are only warnings but no error message, and you have already installed vuepress properly.
Those warnings are not directly related to vuepress. The first is related to
css-loader, and the second it your own business.Add a space between
#and1to write correct markdown code.PS: Issue不要乱开,请看清楚要求。另外先去学会yarn/npm这些工具的基础用法。