gatsby-starter-wordpress-blog icon indicating copy to clipboard operation
gatsby-starter-wordpress-blog copied to clipboard

Can't resolve 'mitt'

Open BHEADRICK opened this issue 3 years ago • 1 comments

after running gatsby develop

I get the following error: Can't resolve 'mitt' in '...\project-folder.cache' If you're trying to use a package make sure that 'mitt' is installed. If you're trying to use a local file make sure that the path is correct.

File: .cache\emitter.js:1:0

BHEADRICK avatar Aug 28 '21 14:08 BHEADRICK

@BHEADRICK looks like you have to install it separately npm i mitt

jeffpatzer avatar Aug 31 '21 21:08 jeffpatzer