TypeError: Cannot read properties of undefined (reading 'future') #17272
Unanswered
raghul-batesville
asked this question in
Help
Replies: 1 comment
-
Could you provide a git repo that reproduces the unexpected behavior please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of Tailwind CSS are you using?
3.4.14
What build tool (or framework if it abstracts the build tool) are you using?
ReactJs, NestJs
What version of Node.js are you using?
v20.19.0
What operating system are you using?
Windows
Describe your issue
The application suddenly started throwing up the below exception during the build process. Command I ran to build
yarn build
I could see, the Error comes from a external npm library (swiper, https://www.npmjs.com/package/swiper)
Beta Was this translation helpful? Give feedback.
All reactions