Cannot access the application: defu__WEBPACK_IMPORTED_MODULE_3__ is not a function
See original GitHub issueVersion
@nuxtjs/tailwindcss: v5.1.2 nuxt: v2.15.8
Reproduction Link
https://codesandbox.io/s/tailwindcss-module-issue-defu-jqhlf6
It is working fine with @nuxtjs/tailwindcss v5.0.4. Another user seems to get the same error, as seen on StackOverflow: https://stackoverflow.com/questions/72409854/defu-webpack-imported-module-3-is-not-a-function-nuxt-auth
Steps to reproduce
- Add
@nuxtjs/auth-next
dependency (version5.0.0-1648802546.c9880dc
) - Configure strategies in
nuxt.config.js
- Run dev server and open Nuxt application in the browser
What is Expected?
- Application is running properly
What is actually happening?
- Getting an error message:
defu__WEBPACK_IMPORTED_MODULE_3__ is not a function
Issue Analytics
- State:
- Created a year ago
- Reactions:6
- Comments:10
Top Results From Across the Web
TypeError: func.apply is not a function - Stack Overflow
You can only pass a normal function as argument to useEffect, and not an async function. In order to use async await in...
Read more >Troubleshoot error: Azure Functions Runtime is unreachable
This issue occurs when the Functions runtime can't start. The most common reason for this is that the function app has lost access...
Read more >Require is not a function · Issue #21 - GitHub
Hi, I'm able to pack the Function App by running funcpack pack ./. Not able to run func run because func is not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
same issue! This problem occurs after project initialization.
Nuxt 2 + Typescript + tailwindCSS + chakraUI + yarn + Nuxt Content
It seems to be a Problem with webpack and or the package defu. I’ve solved it by installing defu in version
5.0.1
.