当前位置:网站首页>taro package compilation error
taro package compilation error
2022-07-30 08:11:00 【FE-Ayang】
Problem description
Taro packaging and compilation errors are as follows:
TypeError: Cannot destructure property ‘importFrameworkStatement’ of ‘options.loaderMeta’ as it is undefined.
The reason for the problem
The version of taro scaffolding is too low, please upgrade the version,
Pro-test:@tarojs/cli 3.3.xx version cannot be packaged and compiled @tarojs/taro 3.4.xxx or above
Solution
# Install CLI with npm$ npm install -g @tarojs/cli# OR install CLI with yarn$ yarn global add @tarojs/cli# OR installed cnpm, use cnpm to install CLI$ cnpm install -g @tarojs/cli边栏推荐
猜你喜欢
随机推荐
【COCI 2020/2021 Round #2 D】Magneti(DP)
2020 ACM | MoFlow: An Invertible Flow Model for Generating Molecular Graphs
01 多线程与高并发 - 基础概念
Go: use gorm query record
[GO语言基础] 一.为什么我要学习Golang以及GO语言入门普及
go : go-redis set操作
UDP和TCP使用同一个端口,可行吗?
【Codeforces Round #805 (Div. 3)(A~C)】
VR机器人教你如何正确打乒乓球
这个终端连接工具,碾压Xshell
go : go gin returns JSON data
SkiaSharp 之 WPF 自绘 拖曳小球(案例版)
Ali Ermian: How many cluster solutions does Redis have?I answered 4
人工肌肉智能材料新突破
深度学习:线性回归模型
What are the access modifiers, declaration modifiers, and keywords in C#?Literacy articles
WinForm(一):开始一个WinForm程序
golang : Zap log integration
MySQL basics [naming convention]
Max Sum Plus Plus HDU - 1024









