Skip to content
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

Closed
wsmhz opened this issue Aug 17, 2019 · 5 comments
Assignees

Comments

@wsmhz
Copy link

wsmhz commented Aug 17, 2019

问题描述
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项目根目录!

期望行为
正常编译运行

报错信息
image
image

!!使用该微信云模板不会在新建初始化时自动安装依赖,需要切换到client目录运行npm install !!

系统信息
image

操作系统: Windows 7
Taro 版本 v1.3.12
Node.js 版本 10.5.0
报错平台 weapp

补充信息
image

感觉对于新接触的人不是特别友好,之前我也提过问题,也是初始化的时候存在的问题,总之,希望充分测试吧~~~

@taro-bot
Copy link

taro-bot bot commented Aug 17, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@Chen-jj Chen-jj self-assigned this Aug 17, 2019
@Chen-jj
Copy link
Contributor

Chen-jj commented Aug 17, 2019

@wsmhz 试试找到你 CLI 安装位置,然后在 taro-build 文件里的这里打个 log,看看 projectConfPath 取值是什么。

image

@wsmhz
Copy link
Author

wsmhz commented Aug 19, 2019

image
@Chen-jj 其实这个报错是显而易见的,为何初始化时选择的是typescript,编译寻找的一直是.js类型?

@Chen-jj
Copy link
Contributor

Chen-jj commented Aug 19, 2019

@wsmhz 先把 config 下的文件手动改回 .js 吧,应该是 windows 的路径处理有点问题。

@121607691
Copy link

同样的问题,其他一致模板使用的vue3+nutui4,包管理用的npm,config目录下直接默认.js当还是提示

image,unplugin-vue-components 已经通过npm i unplugin-vue-components -D 命令安装过了,
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants