creativetimofficial / argon-dashboard-react

React version of Argon Dashboard
MIT License
442 stars 751 forks source link

"react-scripts": "3.3.1" path error #23

Closed burakkilic closed 3 years ago

burakkilic commented 4 years ago

Hi,

I've just installed the template but received path unresolved.

Fixed after changing the package.json

"react-scripts": "3.3.1",

to

"react-scripts": "^3.4.0"

https://stackoverflow.com/questions/60234640/typeerror-err-invalid-arg-type-the-path-argument-must-be-of-type-string-re/60242323#60242323

gilbert-p commented 4 years ago

Hey thanks man! I was stuck and wondering what was going on after installing it.

einazare commented 4 years ago

Hello guys,

I'll try to make an update with this fix as soon as possible, right now, for this week it is scheduled the Pro version of the Black Dashboard React. Leave this issue opened.

Best, Manu

talglobus commented 4 years ago

Any progress on this? I'm still seeing the same error

talglobus commented 4 years ago

The problem is due to the version of react scripts used. Fixed in pull request above

Master244 commented 4 years ago

The download from the site still has the zip with the wrong react scripts version. Led me here at least. Just to let you know.