atinux / content-wind

A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, TailwindCSS and Iconify.
https://content-wind.nuxt.space
MIT License
791 stars 55 forks source link

Cannot start nuxt: The requested module 'minimatch' does not provide an export named 'default' #64

Closed pmcp closed 1 year ago

pmcp commented 1 year ago

On install, and after running pnpm run dev i get the following error:

ERROR Cannot start nuxt: The requested module 'minimatch' does not provide an export named 'default'

import minimatch from 'minimatch'; ^^^^^^^^^ SyntaxError: The requested module 'minimatch' does not provide an export named 'default' at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21) at async ModuleJob.run (node:internal/modules/esm/module_job:190:5)

Am I doing something wrong?

atinux commented 1 year ago

What version of pnpm are you using?

atinux commented 1 year ago

Fixed by upgrading your dependencies