From 0516862321d845aec24ac1727484903c751f04bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E5=B7=9D?= Date: Mon, 7 Mar 2022 15:48:30 +0800 Subject: [PATCH] fix: taro not found add tarojs/cli add tarojs/cli --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 661963b..5831e9a 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "author": "lsqy93@aliyun.com", "license": "MIT", "dependencies": { + "@tarojs/cli": "3.3.14", "@tarojs/components": "3.3.14", "@tarojs/mini-runner": "3.3.14", "@tarojs/react": "3.3.14",