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

项目启动之后报错? #9

Open
lkoma opened this issue Jan 30, 2019 · 5 comments
Open

项目启动之后报错? #9

lkoma opened this issue Jan 30, 2019 · 5 comments

Comments

@lkoma
Copy link

lkoma commented Jan 30, 2019

/mpvue-shop/node_modules/mpvue-template-compiler/build.js:5785
switch(fileExt.platform) {
^

TypeError: Cannot read property 'platform' of undefined

@heyushuo
Copy link
Owner

你是在这个项目的基础上npm install 和 npm run dev的吗

@superhuanghui
Copy link

我的也是这个问题intall后run dev 报错

@dunhuang
Copy link

dunhuang commented Feb 8, 2019

建议作者提供可以运行版本的package-lock.json。

新版的mpvue-loader和mpvue-template-compiler,官方升级比较大。为适应官方升级,需要在config/index.js和build/webpack配置文件里增配fileExt以支持不同平台的小程序,同时也增配了process.env.PLATFORM变量。
另外,mpvue-loader现在不支持在main.js里写app.json的内容了,需在src下单独写一个app.json文件出来。
我也是刚开始研究mpvue开发小程序,fork了一个项目 https://github.com/dunhuang/mpvue-shop
,仅供参考。

@heyushuo
Copy link
Owner

/mpvue-shop/node_modules/mpvue-template-compiler/build.js:5785
switch(fileExt.platform) {
^

TypeError: Cannot read property 'platform' of undefined

已经对版本进行了锁定,下载重新clone 运行好了

@heyushuo
Copy link
Owner

建议作者提供可以运行版本的package-lock.json。

新版的mpvue-loader和mpvue-template-compiler,官方升级比较大。为适应官方升级,需要在config/index.js和build/webpack配置文件里增配fileExt以支持不同平台的小程序,同时也增配了process.env.PLATFORM变量。
另外,mpvue-loader现在不支持在main.js里写app.json的内容了,需在src下单独写一个app.json文件出来。
我也是刚开始研究mpvue开发小程序,fork了一个项目 https://github.com/dunhuang/mpvue-shop
,仅供参考。

谢谢提醒,已经对版本进行了锁定

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

4 participants