taro-yanxuan icon indicating copy to clipboard operation
taro-yanxuan copied to clipboard

正确安装步骤

Open geektcp opened this issue 2 years ago • 1 comments

1、安装python2

[wget](https://www.python.org/ftp/python/2.7.17/python-2.7.17.amd64.msi)

2、安装windows-build-tools

npm config set msvs_version 2017
npm install --global [email protected]

3、安装项目

git clone [email protected]:js-newbee/taro-yanxuan.git
cd taro-yanxuan
npm install

4、启动项目

npm run dev:weapp

geektcp avatar Sep 06 '23 05:09 geektcp

否则报错:

1、MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe
2、node 报错 npm error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe” 解决方法

geektcp avatar Sep 06 '23 05:09 geektcp