Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Cannot import toNow from 'date-fns/distance_in_words_to_now' #112

Open
galipmedia opened this issue Aug 13, 2020 · 1 comment
Open

Cannot import toNow from 'date-fns/distance_in_words_to_now' #112

galipmedia opened this issue Aug 13, 2020 · 1 comment

Comments

@galipmedia
Copy link

I would like to use seconds, I can see how it is done from other posts but Vue tells me that 'date-fns/distance_in_words_to_now' dependency was not found and I cannot npm install it either, it just fails. Any ideas?

@awbx
Copy link

awbx commented Dec 25, 2020

you should install date-fns dependency!

with npm

npm install date-fns --save

or with yarn

yarn add date-fns

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

No branches or pull requests

2 participants