We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
构建文档能完善些吗 目前感觉源码启动都很困难 ` $ rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js
node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ [LessError: '~choerodon-ui-font/style/mixins' wasn't found. Tried - /Users/Downloads/choerodon-ui-master/components/style/mixins/~choerodon-ui-font/style/mixins.less,/Users/Downloads/choerodon-ui-master/components/style/~choerodon-ui-font/style/mixins.less,npm://~choerodon-ui-font/style/mixins,npm://~choerodon-ui-font/style/mixins.less,~choerodon-ui-font/style/mixins.less] { stack: undefined, type: 'File', filename: '/Users/Downloads/choerodon-ui-master/components/style/mixins/index.less', index: 125, line: 6, column: 0, callLine: NaN, callExtract: undefined, extract: [ "@import 'clearfix';", "@import '@{iconfont}/style/mixins';", "@import 'motion';" ] } `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
构建文档能完善些吗
目前感觉源码启动都很困难
`
$ rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
[LessError: '~choerodon-ui-font/style/mixins' wasn't found. Tried - /Users/Downloads/choerodon-ui-master/components/style/mixins/~choerodon-ui-font/style/mixins.less,/Users/Downloads/choerodon-ui-master/components/style/~choerodon-ui-font/style/mixins.less,npm://~choerodon-ui-font/style/mixins,npm://~choerodon-ui-font/style/mixins.less,~choerodon-ui-font/style/mixins.less] {
stack: undefined,
type: 'File',
filename: '/Users/Downloads/choerodon-ui-master/components/style/mixins/index.less',
index: 125,
line: 6,
column: 0,
callLine: NaN,
callExtract: undefined,
extract: [
"@import 'clearfix';",
"@import '@{iconfont}/style/mixins';",
"@import 'motion';"
]
}
`
The text was updated successfully, but these errors were encountered: