39 Replies
optimistic-gold•2y ago
Hey @humabon checking with the same answers now
optimistic-gold•2y ago
Ty @aliemirs
to add
optimistic-gold•2y 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
?optimistic-gold•2y 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.
optimistic-gold•2y 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 workedoptimistic-gold•2y ago
ok
I'm in the process of filing the issue
optimistic-gold•2y ago
https://github.com/remix-run/remix/issues/154 according to this issue here
optimistic-gold•2y ago
ok checking
optimistic-gold•2y ago
Thank you, we'll try to have a better fix than this 😅
optimistic-gold•2y 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
optimistic-gold•2y 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 😅optimistic-gold•2y ago
great!
Hi @aliemirs the fix did not work for me
optimistic-gold•2y ago
optimistic-gold•2y ago
Before trying
pnpm install
again, I had run rm -rf ./.cache ./build ./node_modules
Maybe that did the trick 🤔optimistic-gold•2y ago
oh ok
still the same