You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./src/npm/@tarojs/components-qa/src/components/taro-button/index.ux?uxType=comp (D:/projects/ReadFront/node_modules/@hap-toolkit/dsl-xvm/lib/loaders/style-loader.js?index=0&type=style!D:/projects/ReadFront/node_modules/@hap-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=style!./src/npm/@tarojs/components-qa/src/components/taro-button/index.ux?uxType=comp)
Module build failed (from D:/projects/ReadFront/node_modules/@hap-toolkit/dsl-xvm/lib/loaders/style-loader.js):
Error: ENOENT: no such file or directory, open 'D:\projects\ReadFront\dist\quickapp\src\npm@tarojs\components-qa\src\common\css\common.css'
at Object.openSync (fs.js:443:3)
at Object.readFileSync (fs.js:343:35)
at r.length.r.forEach.e (D:\projects\ReadFront\node_modules@hap-toolkit\compiler\lib\style\process.js:1:1536)
at Array.forEach ()
at processImport (D:\projects\ReadFront\node_modules@hap-toolkit\compiler\lib\style\process.js:1:1412)
at Object.parse (D:\projects\ReadFront\node_modules@hap-toolkit\compiler\lib\style\index.js:1:597)
at parseStyle (D:\projects\ReadFront\node_modules@hap-toolkit\compiler\lib\index.js:1:1902)
at Object.module.exports (D:\projects\ReadFront\node_modules@hap-toolkit\dsl-xvm\lib\loaders\style-loader.js:1:682)
相关平台
快应用
小程序基础库: 3.3.0
使用框架: React
复现步骤
Taro编译快应用报错
期望结果
能正常运行
实际结果
ERROR in ./src/npm/@tarojs/components-qa/src/components/taro-button/index.ux?uxType=comp (D:/projects/ReadFront/node_modules/@hap-toolkit/dsl-xvm/lib/loaders/style-loader.js?index=0&type=style!D:/projects/ReadFront/node_modules/@hap-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=style!./src/npm/@tarojs/components-qa/src/components/taro-button/index.ux?uxType=comp)
Module build failed (from D:/projects/ReadFront/node_modules/@hap-toolkit/dsl-xvm/lib/loaders/style-loader.js):
Error: ENOENT: no such file or directory, open 'D:\projects\ReadFront\dist\quickapp\src\npm@tarojs\components-qa\src\common\css\common.css'
at Object.openSync (fs.js:443:3)
at Object.readFileSync (fs.js:343:35)
at r.length.r.forEach.e (D:\projects\ReadFront\node_modules@hap-toolkit\compiler\lib\style\process.js:1:1536)
at Array.forEach ()
at processImport (D:\projects\ReadFront\node_modules@hap-toolkit\compiler\lib\style\process.js:1:1412)
at Object.parse (D:\projects\ReadFront\node_modules@hap-toolkit\compiler\lib\style\index.js:1:597)
at parseStyle (D:\projects\ReadFront\node_modules@hap-toolkit\compiler\lib\index.js:1:1902)
at Object.module.exports (D:\projects\ReadFront\node_modules@hap-toolkit\dsl-xvm\lib\loaders\style-loader.js:1:682)
环境信息
补充信息
上面不能正确选择Taro版本号,我当前使用的是1.3.3
之前编译都不能通过,后来我安装了下面这个依赖
"hap-toolkit": "^0.7.4"
The text was updated successfully, but these errors were encountered: