Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Keen Bootstrap Admin Dashboard


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.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


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


Try Running Build Again:

npm run build


Let me know if any specific error persists after these steps.



I should note that the file is in /Users/<my username>/Downloads but for security reason I did not include the full path above.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(