Windows下的一些问题
Closed this issue · 2 comments
pandaiiz commented
- 需要提前安装一下@cloudbase/cli 和 next
$ npm i -g @cloudbase/cli next
- 三个脚本都运行失败了,修改了一下兼容Windows下的git操作
"scripts": {
"commit": "git-cz",
"init:db": "node ./bin/init-db",
"login": "sh ./bin/login.sh",
"deploy:frontend": "sh ./bin/deploy-frontend.sh",
"zip:service": "cd service/ && zip service.zip -r ./ -x node_modules/\* dist/\* test/\* && cd -"
},
- frontend下运行npm start想本地调试,服务跑不起来
pandaiiz commented
待会提个pr修改一下
dongyuanxin commented
#18 Fixed