-
Dear,
I install the theme and it was ok. I just need to do small changes on the code, some styling and build the project again.
I start with:
npm install
npm run dev
but it gave me a lot of errors, like:
– ERROR in ./src/client.js
– Module build failed: Error: Cannot read config file: /Users/Bob/Developer/wp-content/themes/pwa/.eslintrc
– Error: ENOENT: no such file or directory, open ‘/Users/Bob/Developer/wp-content/themes/pwa/.eslintrc’
I double check and there’s no .eslintrc or .babelrc file.
So I think the source is missing some mandatory files.
Could you provide:
1) the full project or missing files
2) the npm command sequence to build “development” and “production”
Thank you!
Robson