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
gatsby-node.js: not changed gatsby-browser.js: not changed gatsby-ssr.js: not changed
Actual result
E:\gatsby\www>gatsby build
success delete html files from previous builds — 0.055 s
success open and validate gatsby-config.js — 0.004 s
success copy gatsby files — 0.092 s
success onPreBootstrap — 0.007 s
success source and transform nodes — 0.888 s
success building schema — 0.867 s
success createLayouts — 0.012 s
⠁
The page component at "node_modules\gatsby-plugin-offline\app-shell.js" didn't pass validation
The page component must export a React component for it to be valid
Description
Saw this issue with my repo and reproduced it with gatsbyjs.org source.
After update gatsby/gatsby-cli to latest gatsby build fails.
Environment
Gatsby CLI version: 1.1.39
Node.js version: v9.5.0
Operating System: Windows 10
File contents (if changed):
gatsby-config.js
: not changedpackage.json
:gatsby-node.js
: not changedgatsby-browser.js
: not changedgatsby-ssr.js
: not changedActual result
Steps to reproduce
1. clone repo gatsbyjs.org source
2. npm install / npm update
3. gatsby build
The text was updated successfully, but these errors were encountered: