-
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
taro 3.6.35 执行taro init报错 Error: Cannot find module '@swc/types' #16896
Comments
目前找到一个办法,先把 taro-project-templates 拉取回来,然后安装项目依赖,安装 @swc/types 模块。 |
This was referenced Nov 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 1
使用框架: React
复现步骤
npm install -g @tarojs/[email protected]
taro init myApp
期望结果
执行taro命令不报错
实际结果
node:internal/modules/cjs/loader:1143
throw err;
^
Error: Cannot find module '@swc/types'
Require stack:
环境信息
The text was updated successfully, but these errors were encountered: