Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
burakkilic opened this issue Feb 21, 2020 · 5 comments · Fixed by #24 or #52
Closed

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

burakkilic opened this issue Feb 21, 2020 · 5 comments · Fixed by #24 or #52
Labels
bug Something isn't working

Comments

@burakkilic
Copy link

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
Copy link

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

@einazare
Copy link
Contributor

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
Copy link
Contributor

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

talglobus added a commit to talglobus/argon-dashboard-react that referenced this issue Mar 16, 2020
This fixes the issue github.com/creativetimofficial/issues/23 by updating the version of react-scripts used
@talglobus
Copy link
Contributor

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

@Master244
Copy link

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.

applecore56 added a commit to applecore56/argon-dashboard that referenced this issue Jan 18, 2025
This fixes the issue github.com/creativetimofficial/argon-dashboard-react/issues/23 by updating the version of react-scripts used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants