whats the correct npm install process? #495
initiateit
started this conversation in
General
Replies: 1 comment 1 reply
-
Just use --legacy-peer-deps. It's only complaining about eslint which doesn't directly affect anything regarding runtime of the app. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First off I really, really love the project and am grateful for all the work thats gone into it.
I am trying to run a dev environment and If I download the latest build / git clone the repo and then run
npm install
it will not complete:How are you running your dev environment? Do you use the
--force
or--legacy-peer-deps
flags?Or is it worth changing the dependencies until they satisfy each other ( i tried a bit and it did my head in!).
Kind Regards,
Jason
Beta Was this translation helpful? Give feedback.
All reactions