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 106 forks source link

problem npm run start #5

Closed wil2412 closed 4 years ago

wil2412 commented 5 years ago

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

IgorTishchenko commented 5 years ago

Same on Ubuntu 18.04 image

andreisocaciu commented 5 years ago

Same

Baterka commented 5 years ago

Same

MU-SA commented 5 years ago

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

MRHaghighat commented 5 years ago

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.
Emixam23 commented 5 years ago

Hey ! still nothing?

MRHaghighat commented 5 years ago

Hey ! still nothing?

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

LeonelMV commented 5 years ago

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!

Emixam23 commented 5 years ago

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...

logicware commented 4 years ago

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

arjunp-scc commented 4 years ago

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