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

problem npm run start

wil2412 opened this issue · comments

OS Windows 10:
C:\Users\willi\Desktop\architectui-react-free>npm run start

architectui-react-theme-free@1.0.0 start C:\Users\willi\Desktop\architectui-react-free
cross-env NODE_PATH=./src node scripts/start.js

Cannot read property 'entryOption' of undefined
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! architectui-react-theme-free@1.0.0 start: cross-env NODE_PATH=./src node scripts/start.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the architectui-react-theme-free@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\willi\AppData\Roaming\npm-cache_logs
2019-07-13T17_13_11_496Z-debug.log
2019-07-13T17_13_11_496Z-debug.log

Same on Ubuntu 18.04
image

Same

delete ^ from webpack-dev-server in devDependencies package.json

delete ^ from webpack-dev-server in devDependencies package.json

Not working, the issue still appears on start.

Cannot read property 'entryOption' of undefined
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! architectui-react-theme-free@1.0.0 start: `cross-env NODE_PATH=./src node scripts/start.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the architectui-react-theme-free@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Hey ! still nothing?

Hey ! still nothing?

Hi, Nothing yet and I don't have any idea to fix it.

delete ^ from webpack-dev-server in devDependencies package.json

This works perfectly. After you do this change, you must run npm install again. Sorry for my bad english and hope this helps!

Hey ! Ok I will give it a try, I was just sad since I was hesitating to buy the pro version of it and I can't even run the free version...

It runs after deleting ^ from webpack-dev-server in devDependencies package.json. But I get a blank page with warnings in console.

I am running it on a Linux Mint 19 machine.

See attached screenshot.

Screenshot from 2019-10-06 16-12-08

Still having this issue after deleting ^ and re-running install. If anyone can help please let me know.