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
❌ ENOENT: no such file or directory, open '/Users/xxx/project/projectA/src/components/card/template/normal/normal' Error: ENOENT: no such file or directory, open '/Users/xxx/project/projectA/src/components/card/template/normal/normal'
at Object.openSync (node:fs:506:3)
at readFileSync (node:fs:402:35)
at file:///Users/xxx/.nvm/versions/node/v16.0.0/lib/node_modules/skylint/dist/cli.mjs:1193:18
at Array.map (<anonymous>)
at collectTemplate (file:///Users/xxx/.nvm/versions/node/v16.0.0/lib/node_modules/skylint/dist/cli.mjs:1192:20)
at Object.onVisit (file:///Users/xxx/.nvm/versions/node/v16.0.0/lib/node_modules/skylint/dist/cli.mjs:1166:24)
at file:///Users/xxx/.nvm/versions/node/v16.0.0/lib/node_modules/skylint/dist/chunks/parser.mjs:213:23
at Array.forEach (<anonymous>)
at file:///Users/xxx/.nvm/versions/node/v16.0.0/lib/node_modules/skylint/dist/chunks/parser.mjs:212:13
at walk$2 (file:///Users/xxx/.nvm/versions/node/v16.0.0/lib/node_modules/skylint/dist/chunks/parser.mjs:133:7)
报错信息如下:
其中路径
projectA/src/components/card/template/normal/normal
为normal.wxml
文件,提供给components/card/card.wxml
引用使用,引用方法为<include src="..."></include>
The text was updated successfully, but these errors were encountered: