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
__tests_helpers__
"type": "dev"
sources
bsconfig.json
bsb -init my-react-app -theme react-hooks
"bs-css-emotion": "2.5.0"
bs-css
bs-css-emotion
"bs-dependencies"
yarn
yarn bsb -make-world
Got:
Dependency on reason-react Dependency on bs-css Error: /home/..../node_modules/bs-css/__tests_helpers__: No such file or directory
When I change node_modules/bs-css/bsconfig.json like this:
node_modules/bs-css/bsconfig.json
{ "dir": "__tests_helpers__", "type": "dev" }
I can make yarn bsb -make-world work well.
The text was updated successfully, but these errors were encountered:
#237 - move EmptyCssImpl to __tests__
50396ae
oops, sorry, didn't think of that. fixed in bs-css@14.0.1 and bs-css-emotion@2.5.1
Sorry, something went wrong.
No branches or pull requests
What I have confirmed
bsb -init my-react-app -theme react-hooks
"bs-css-emotion": "2.5.0"
bs-css
andbs-css-emotion
on"bs-dependencies"
property ofbsconfig.json
yarn
and thenyarn bsb -make-world
Got:
When I change
node_modules/bs-css/bsconfig.json
like this:I can make
yarn bsb -make-world
work well.The text was updated successfully, but these errors were encountered: