You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tailwindcss module directly imports from pathe (introduced in #499) but is not in the dependencies. This makes issues with pnpm and monorepos. (PS: there might be other implicit deps. i just found this by chance making issue to not forget)
The text was updated successfully, but these errors were encountered:
ERROR Cannot find package 'pathe' imported from C:\_DEV\_Sites\TukumaMetals\node_modules\@nuxtjs\tailwindcss\dist\module.mjs 23:40:01
at new NodeError (node:internal/errors:393:5)
at packageResolve (node:internal/modules/esm/resolve:860:9)
at moduleResolve (node:internal/modules/esm/resolve:909:20)
at defaultResolve (node:internal/modules/esm/resolve:1124:11)
at nextResolve (node:internal/modules/esm/loader:163:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:841:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:40)
at link (node:internal/modules/esm/module_job:75:36)
Tailwindcss module directly imports from
pathe
(introduced in #499) but is not in thedependencies
. This makes issues with pnpm and monorepos. (PS: there might be other implicit deps. i just found this by chance making issue to not forget)The text was updated successfully, but these errors were encountered: