epilande / gatsby-theme-auth0

🔐 A Gatsby Theme for adding Auth0 to your application.
https://gatsby-theme-auth0.netlify.com/
MIT License
46 stars 16 forks source link

demos minimal, javascript bundle failed build: Failed to load plugin flowtype: Cannot find module 'eslint-plugin-flowtype' #425

Closed RyanPaulMcKenna closed 2 years ago

RyanPaulMcKenna commented 2 years ago

I cloned the whole whole repository, navigated to demos/minimal. Then I ran: npm install Which completed with many RED/Severe warning. Then I filled in the required environment from https://manage.auth0.com Then I ran Gatsby develop And I get this error:

`

ERROR #98123 WEBPACK

Generating development JavaScript bundle failed

Failed to load plugin flowtype: Cannot find module 'eslint-plugin-flowtype' Require stack:

File: .cache\polyfill-entry.js

ERROR #98123 WEBPACK

Generating development JavaScript bundle failed

Failed to load plugin flowtype: Cannot find module 'eslint-plugin-flowtype' Require stack:

File: .cache\app.js

failed Building development bundle - 8.582s `

RyanPaulMcKenna commented 2 years ago

I was building with yarn but your supposed to build with npm and then you don't get this error.