dmtrKovalenko / date-io

Abstraction over common javascript date management libraries
MIT License
726 stars 90 forks source link

help to install #647

Closed zaruqsummers closed 1 year ago

zaruqsummers commented 1 year ago

Hi I am installing a boilerplate and getting this error: node_modules/@date-io/date-fns npm ERR! @date-io/date-fns@"^1.3.11" from @mate/servers@v1.4.0 npm ERR! packages/mateadmin-servers npm ERR! @mate/servers@v1.4.0 npm ERR! node_modules/@mate/servers npm ERR! workspace packages/mateadmin-servers from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! Any chance you know how to solveit? Thanks

dmtrKovalenko commented 1 year ago

That looks like some issue on your side

mkdir test
cd test
npm init -y
npm install @date-io/date-fns 

works just fine

zaruqsummers commented 1 year ago

Yes but version 1.3.11 it says in the package.json; so you mean i can just delete the version? Appreciate your reply. Thanks

On Tue, 18 Jul 2023 at 18:40, Dmitriy Kovalenko @.***> wrote:

Closed #647 https://github.com/dmtrKovalenko/date-io/issues/647 as completed.

— Reply to this email directly, view it on GitHub https://github.com/dmtrKovalenko/date-io/issues/647#event-9852840559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4WUEUZVZU2746HBGECLP3XQ24ATANCNFSM6AAAAAA2MG22YQ . You are receiving this because you authored the thread.Message ID: @.***>

-- Sent from Gmail Mobile