DashboardPack / architectui-react-theme-free

ArchitectUI React admin template is a simple yet fully customizable admin dashboard for web apps and other software.
https://dashboardpack.com/theme-details/architectui-dashboard-react-pro/
MIT License
126 stars 104 forks source link

Cannot read property 'entryOption' of undefined #31

Closed AndrewDevelopment closed 3 years ago

AndrewDevelopment commented 3 years ago

There is error while running npm start, fix this error by using npm install webpack-dev-server@2.9.7 --save-dev

Salman-butt commented 3 years ago

I solved this issue by following steps:

  1. npm install web-pack-dev-server: 3.0.0
  2. delete node_modules and reinstall node_modules
  3. npm start