DashboardPack / architectui-react-theme-free

ArchitectUI React admin template is a simple yet fully customizable admin dashboard for web apps and other software.

Home Page:https://dashboardpack.com/theme-details/architectui-dashboard-react-pro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm run start - compile failure

dlauck92 opened this issue · comments

Cannot run npm run start after following all steps in the readme file. Attempted to fix the problem by:

  • removing "^" from "webpack-dev-server": "3.10.1" in the package.json (still failed)
  • start.js, test.js & build.js all had 'use strict'; and vs code provided an error stating 'use strict' is unnecessary inside of modules. I removed them and it still failed.

Ran "npm install webpack-dev-server@2.9.7 --save-dev" in the terminal and it worked. Will this be updated in the future or is it different in the pro version?

The free version is just for preview purposes only and we don't maintain it actively. The PRO version is being constantly maintained and updated.

Thank you for your response. I would update it in case anyone is interested in using your product but wants to try out the free version to see if it's right for them.