-
Very early days, but I'm loving Blitz so far - thank you! Recipes look very handy, I'm hoping they can reduce dependency pain, but I've not managed to get them to work for me. I've tried This made a number of changes to code, including adding this line to
reflexjs isn't yet installed, so I tried:
which resulted in the following output:
Similar dependency issues when I backed out and tried Anyone know where I'm going wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @PaulH-Dev! Looks like the issue is that you are using npm v7 which breaks most published npm packages 😞 Try running |
Beta Was this translation helpful? Give feedback.
Hey @PaulH-Dev! Looks like the issue is that you are using npm v7 which breaks most published npm packages 😞
Try running
npm install --legacy-peer-deps
to fix it.