-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows按照文档初始化支持ts的微信云模板项目时,编译失败找不到项目配置文件config/index.js #4196
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
@wsmhz 试试找到你 CLI 安装位置,然后在 taro-build 文件里的这里打个 log,看看 |
|
@wsmhz 先把 config 下的文件手动改回 .js 吧,应该是 windows 的路径处理有点问题。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
windows按照文档初始化支持ts的微信云模板项目时,编译失败!找不到项目配置文件config/index.js,请确定当前目录是Taro项目根目录!
复现步骤
[复现问题的步骤]
1.npm install -g @tarojs/cli
2.taro init myApp(选择ts跟wxcloud模板)
3.cd myApp/client
4.npm install (!!使用该微信云模板不会在新建初始化时自动安装依赖,需要切换到client目录运行npm install !!)
4.npm run dev:weapp
run时编译报错
找不到项目配置文件config/index.js,请确定当前目录是Taro项目根目录!
期望行为
正常编译运行
报错信息
!!使用该微信云模板不会在新建初始化时自动安装依赖,需要切换到client目录运行npm install !!
系统信息
操作系统: Windows 7
Taro 版本 v1.3.12
Node.js 版本 10.5.0
报错平台 weapp
补充信息
感觉对于新接触的人不是特别友好,之前我也提过问题,也是初始化的时候存在的问题,总之,希望充分测试吧~~~
The text was updated successfully, but these errors were encountered: