creativetimofficial / argon-dashboard-react

React version of Argon Dashboard
MIT License
443 stars 739 forks source link

[Bug] Template will crash on TypeError #48

Closed Singtah closed 3 years ago

Singtah commented 3 years ago

Version

1.1.0

Reproduction link

https://github.com/creativetimofficial/argon-dashboard-react

Operating System

Ubuntu WSL

Device

Desktop

Browser & Version

Brave 1.17.75

Steps to reproduce

Run in terminal npm install Then run npm start

Compiles successfully, go to localhost:3000, displays the following error message :

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
    at validateString (internal/validators.js:117:11)
    at Object.join (path.js:1039:7)

What is expected?

template should be displayed

What is actually happening?

Error message displayed in browser


Solution

Additional comments

einazare commented 3 years ago

Hello there, @Singtah ,

This issue has been solved here: https://github.com/creativetimofficial/argon-dashboard-react/issues/23 In about 1-2 months we'll update the product and solve it in the download zip as well. I will close this issue, as this is a duplicate.

Best, Manu