Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conflicts between date-fns and core in new 1.3.12 version? #232

Closed
OfirYaron opened this issue Dec 3, 2019 · 4 comments
Closed

conflicts between date-fns and core in new 1.3.12 version? #232

OfirYaron opened this issue Dec 3, 2019 · 4 comments

Comments

@OfirYaron
Copy link

OfirYaron commented Dec 3, 2019

my project pulled new npm package #v1.3.12 and received the following upon build

[Container] 2019/12/03 16:32:10 Running command npm install 
npm WARN deprecated fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size 
npm WARN deprecated core-js@2.6.10: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. 
npm WARN deprecated core-js@1.2.7: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. 
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() 
npm ERR! code ETARGET 
npm ERR! notarget No matching version found for @date-io/core@^1.3.12 
npm ERR! notarget In most cases you or one of your dependencies are requesting 
npm ERR! notarget a package version that doesn't exist. 
npm ERR! notarget  
npm ERR! notarget It was specified as a dependency of '@date-io/date-fns' 
npm ERR! notarget  
 
npm ERR! A complete log of this run can be found in: 
npm ERR!     /root/.npm/_logs/2019-12-03T16_32_20_969Z-debug.log 

after fixing it back to 1.3.11 it worked

my dependencies:

    "@date-io/date-fns": "^1.3.11",
    "@material-ui/pickers": "^3.2.6",
    "axios": "^0.18.0",
    "date-fns": "^2.2.1",
    "jss-rtl": "^0.2.3",
    "prop-types": "^15.7.2",
    "react-select": "^3.0.8",
    "styled-components": "^4.3.2",
    "yup": "^0.27.0"

Thanks

@dragonfriend0013
Copy link

Same error for me, material-table uses this library as a dependency and my installs are failing now

@DiegoTc
Copy link

DiegoTc commented Dec 3, 2019

Do you know if this will be solve in a short time?

@dmtrKovalenko
Copy link
Owner

Will work on that this morning

@dmtrKovalenko
Copy link
Owner

It seems like that version was not indexed properly for some reason. Right now everything is available https://www.npmjs.com/package/@date-io/core and here is a sandbox with the latest date-fns and core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants