Skip to content
三原
Search
K
Main Navigation
博客
读好书
周刊
gitee
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
yarn reload
shell
#! /bin/sh
echo
"
开始删除node_modules
"
rm
-rf
node_modules
echo
"
安装依赖
"
yarn
echo
"
安装完成
"