Topic: Access to GitLab
Hello, I have no access to gitlab. Could you provide me an access? My order number is #112370 ps: When I choose to use tgz file, I have the error : [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
Thank you. Florent
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.25.2
- Device: MacBook Pro
- Browser: Chrome
- OS: MacOS
- Provided sample code: No
- Provided link: No
Related topics
letocasa commented 5 years ago
Hello again. For the error I had, I found a solution: Use react-scripts 3.4.0 (instead of 3.3.0) and not use the node version 12.0.0 (The version 12.16.1 is working with the react-scripts 3.4.0) Florent
Piotr Glejzer staff commented 5 years ago
You have to remove your node_modules, upgrade your version react-scripts to 3.4.0 and clean cache with
npm cache clean --force
oryarn cache clean
and install packages again. This error is showing up because a React Team changed something in the react-scripts that the older version has a problem with that.https://stackoverflow.com/questions/60234640/typeerror-err-invalid-arg-type-the-path-argument-must-be-of-type-string-re
letocasa commented 5 years ago
Thank you, it is worked for me :) Florent