-
Notifications
You must be signed in to change notification settings - Fork 643
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
[Bug] Cannot start the app after checking it out of GitHub #18
Comments
Yeah, I'm seeing this as well after a fresh clone 🙁 |
@rjhilgefort , in the above comment, you have a solution stated there. We'll update this product in 4 months and the issue will be solved then. Also, if you wish to have the latest improvements over this product, you can download the dev-master branch: https://github.com/creativetimofficial/argon-design-system-react/tree/dev-master |
@einazare Yep, I put that solution in place but just thought I'd chime in to let you know that it's not isolated to one user. Cheers! |
this totally works!!! thanks for bringing up that branch!!!! |
Solves issue creativetimofficial#18
Hello - just running this demo design system theme today, and can report the same issue as of today, for any future developers who find this. The error message reads as above, and the solution also reads as above: Update Thank you, this Issue report was very helpful and the design system looks great! |
Hi there, The issue is fixed on the latest version of the product. Regards, |
Version
[1.1.0] 2020-02-14
Reproduction link
https://github.com/creativetimofficial/argon-design-system-react
Operating System
macOS Catalina 10.15.5 (19F101)
Device
iMac
Browser & Version
Chrome Version 83.0.4103.116 (Official Build) (64-bit)
Steps to reproduce
What is expected?
The default landing page should be displayed.
What is actually happening?
The following error is displayed on the page:
TypeError [ERR_INVALID_ARG_TYPE]: The “path” argument must be of type string. Received type undefined raised when starting react app
Solution
I was able to resolve the issue by updating the version of react-scripts.
Updating the version from
"react-scripts": "3.3.1",
to
"react-scripts": "3.4.1",
Solution details are mentioned here -> https://stackoverflow.com/questions/60234640/typeerror-err-invalid-arg-type-the-path-argument-must-be-of-type-string-re
Additional comments
Hope this helps other developers who are planning to use your template. This template has been a big help for me!!!
The text was updated successfully, but these errors were encountered: