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
failed Building production JavaScript and CSS bundles - 0.195s
ERROR #98123 WEBPACK
Generating JavaScript bundles failed
[BABEL] some_folders/gatsby-starter-stellar/.cache/production-app.js: Cannot find module './src/data'
gatsby clean
delete node modules
npm i
gatsby develop (or npm run develop) either one.
Alway same errror.
Installed another themes frin codebushi. Same thing happened.
Looked up error in search engine, found capital letter import mismatches because of linux vs windows.
I am running arch linux. I have made a lot of gatsby projects from scratch, but wanted to try a theme to see if perhaps it is worth using and paying for themes for a particular client.
Not sure what to do here. Did a quick search for mismatched import names './component' vs './Component', and gave up on the search.
The text was updated successfully, but these errors were encountered:
npm run develop
npm run build
Alway same errror.
Installed another themes frin codebushi. Same thing happened.
Looked up error in search engine, found capital letter import mismatches because of linux vs windows.
I am running arch linux. I have made a lot of gatsby projects from scratch, but wanted to try a theme to see if perhaps it is worth using and paying for themes for a particular client.
Not sure what to do here. Did a quick search for mismatched import names './component' vs './Component', and gave up on the search.
The text was updated successfully, but these errors were encountered: