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

Unable to resolve path to module 'date-fns-tz' #268

Closed
NateYeh2023 opened this issue Feb 6, 2024 · 11 comments · Fixed by #273
Closed

Unable to resolve path to module 'date-fns-tz' #268

NateYeh2023 opened this issue Feb 6, 2024 · 11 comments · Fixed by #273

Comments

@NateYeh2023
Copy link

NateYeh2023 commented Feb 6, 2024

  • date-fns version : 3.0.6,
  • date-fns-tz version: 3.0.1,

I Install date-fns-tz-v3 to solve #260 (comment)

but another error just show up

截圖 2024-02-06 下午2 44 01

i just can't find my date-fns-tz module

even if I change name to 'date-fns-tz-v3'

@imaxisXD
Copy link

Same error
./node_modules/date-fns-tz/esm/format/index.js:1:0
Module not found: Package path ./format/index.js is not exported from package /Users/abhishekmac/Desktop/Hobby Projects/aivy-post-v2/node_modules/date-fns (see exports field in /Users/abhishekmac/Desktop/Hobby Projects/aivy-post-v2/node_modules/date-fns/package.json)

@NaturesProphet
Copy link

same here
Error: Package subpath './format/index.js' is not defined by "exports" in /home/mgarcia/GitProjects/AUIM/auimPratico/node_modules/date-fns/package.json
at new NodeError (node:internal/errors:400:5)
at exportsNotFound (node:internal/modules/esm/resolve:361:10)
at packageExportsResolve (node:internal/modules/esm/resolve:697:9)
at resolveExports (node:internal/modules/cjs/loader:538:36)
at Function.Module._findPath (node:internal/modules/cjs/loader:607:31)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1025:27)
at Function.Module._load (node:internal/modules/cjs/loader:885:27)
at Module.require (node:internal/modules/cjs/loader:1105:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object. (/home/mgarcia/GitProjects/AUIM/auimPratico/node_modules/date-fns-tz/format/index.js:8:37)

@Deanmv
Copy link

Deanmv commented Mar 1, 2024

date-fns-tz-v3 from here https://www.npmjs.com/package/date-fns-tz-v3 is actually this repo https://github.com/davidramosweb/date-fns-tz and not to the existing date-fns-tz package

@mifrej
Copy link

mifrej commented Mar 20, 2024

Same here:
./node_modules/.pnpm/date-fns-tz@3.0.0-beta.0_date-fns@3.6.0/node_modules/date-fns-tz/esm/format/index.js:1:0
Module not found: Package path ./format.js is not exported from package ...

...
Import trace for requested module:
./node_modules/.pnpm/date-fns-tz@3.0.0-beta.0_date-fns@3.6.0/node_modules/date-fns-tz/esm/fp/formatWithOptions/index.js
./node_modules/.pnpm/date-fns-tz@3.0.0-beta.0_date-fns@3.6.0/node_modules/date-fns-tz/esm/fp/index.js

@public
Copy link

public commented Mar 23, 2024

Same but using beta1 and date-fns 3.2.0.

@jckw
Copy link

jckw commented Mar 23, 2024

I just contributed to the bounty on this issue:

https://until.dev/bounty/marnusw/date-fns-tz/268

The current bounty for completing it is $5.00 if it is closed within 1 month, and decreases after that.

@elirov
Copy link

elirov commented Mar 23, 2024

I see your $5 and raise by $50.. :)

@reezpatel
Copy link

try this
in package.json

"dependencies": {
    "date-fns-tz": "3.0.0-beta.2"
}

in your code (Assuming you are using ESM)

index.ts

import formatInTimeZone from "date-fns-tz/formatInTimeZone";

@marnusw
Copy link
Owner

marnusw commented Mar 28, 2024

3.0.0-beta.3 should address all import problems. Please let me know if you encounter further issues.

@marnusw
Copy link
Owner

marnusw commented Apr 2, 2024

Please watch #273 for the official v3.0.0 release.

@marnusw marnusw mentioned this issue Apr 6, 2024
4 tasks
@jckw
Copy link

jckw commented Apr 9, 2024

Just noting that the bounty on this issue has been rewarded 🎉

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

Successfully merging a pull request may close this issue.

10 participants