I just purchased this theme and followed the instuctions to the letter.
Node is installed, npm and yarn are all installed.
Node Version = v22.11.0
NPM Version = 10.9.0
Yarn Version = 1.22.22
Mac OS X - Apple Silicon
I was in the tools directory and ran npm run build and it comes back with error unable to find '/keen_html_v3.0.8/tools/webpack.config.js' config.
The file is in that exact location. I am the administrator of the system so do not think its a file permission issues as all I have done is unzip the download, verified my tooling and run the commands as instructed.
Hi
May I know which build tool are you using? Gulp or webpack?
Please check these docs links:
https://preview.keenthemes.com/html/keen/docs/getting-started/build/webpack
If you use webpack, you have to modify tools/package.json and remove "type": "module".
https://preview.keenthemes.com/html/keen/docs/getting-started/build/gulp
For gulp, you need to add back the "type": "module" if you have removed it before.
Thanks
Hi
Can you please try to install node version v20 instead of v22?
https://nodejs.org/en/blog/release/v20.9.0
Thanks
Hi
Llet's double-check a few things to narrow down the issue:
Run: npm install inside the /keen_html_v3.0.8/tools folder.
Check if there are any errors or warnings during the installation.
Does the error happen specifically when running npm run build?
Share the exact error message you see when running the build command.
Make sure you're running the commands from the correct folder: /keen_html_v3.0.8/tools.
Run ls
to confirm webpack.config.js is visible in the current directory.
Sometimes caching issues can cause problems. Run:
npm cache clean --force
yarn cache clean
npm run build
I should note that the file is in /Users/<my username>/Downloads but for security reason I did not include the full path above.