Remix + Chakra UI Error

✔ Do you want to use a UI Framework?: · chakra
✔ Do you want to add example pages?: · inferencer
✔ Do you want a customized layout?: · chakra-custom-layout
✔ Do you want to add dark mode support?: · no
✔ Do you need any Authentication logic?: · none
✔ Do you want to add kbar command interface support?: · no
✔ Choose a package manager: · pnpm
✔ Would you mind sending us your choices so that we can improve superplate? · no
✔ Do you want to use a UI Framework?: · chakra
✔ Do you want to add example pages?: · inferencer
✔ Do you want a customized layout?: · chakra-custom-layout
✔ Do you want to add dark mode support?: · no
✔ Do you need any Authentication logic?: · none
✔ Do you want to add kbar command interface support?: · no
✔ Choose a package manager: · pnpm
✔ Would you mind sending us your choices so that we can improve superplate? · no
Build folder is not being created
39 Replies
national-gold
national-gold2y ago
Hey @humabon checking with the same answers now
genetic-orange
genetic-orange2y ago
Ty @aliemirs to add
PNPM
7.18.1

Node
v18.13.0
PNPM
7.18.1

Node
v18.13.0
national-gold
national-gold2y ago
Followed the same instructions, used pnpm, got the error. Removed the node_modules and tried with npm, worked fine. 🤔 Can you open an issue at GitHub? I'll also investigate further to find the issue Guessing it has something to do with peer deps of the packages 🤔 Any chance for you try with npm?
genetic-orange
genetic-orange2y ago
Some of my colleagues are on windows , it takes a lot of time for NPM, I'll open up an issue on github. Can you link me @aliemirs to the proper repository so I can add the issue there. Thanks for the solution, I'm on Mac and npm takes longer but not as long as on windows.
national-gold
national-gold2y ago
https://github.com/refinedev/refine/issues here's our repo Hello Just found a workaround Added shamefully-hoist=true to .npmrc file and it worked
genetic-orange
genetic-orange2y ago
ok I'm in the process of filing the issue
national-gold
national-gold2y ago
genetic-orange
genetic-orange2y ago
ok checking
national-gold
national-gold2y ago
Thank you, we'll try to have a better fix than this 😅
genetic-orange
genetic-orange2y ago
so it's already a known bug tyvm @aliemirs , I guess no need for me to file the issue, since the bug is already known
national-gold
national-gold2y ago
I'll add this to our to-do and also try to work on it today. Thank you for the patience 🙏 Just to be safe, we will update the template immediately with shamefully-hoist to have a quick fix 😅
genetic-orange
genetic-orange2y ago
great! Hi @aliemirs the fix did not work for me
genetic-orange
genetic-orange2y ago
No description
national-gold
national-gold2y ago
Before trying pnpm install again, I had run rm -rf ./.cache ./build ./node_modules Maybe that did the trick 🤔
genetic-orange
genetic-orange2y ago
oh ok still the same