- 000
I am using [email protected] and [email protected] as dev dependencies
I removed main: index.js
I tried all solutions provided on any website
- 000
Hi Jonas,
Thank you for your effort making such an awesome course! I love all the projects! I would like to finish the challenge at the end of Mapty however can't seem to make the code work. Do you think you can share your solution? It would help me a lot!! Thanks!
Issue
empty input
- 000
When I console.log the variable that holds the input value, it logs an empty string ,the output is really there, but empty.
Issue
Bankist app
- 000
I have a problem with the "bankist" app starter file. this file is not showing on the front end, only the final file is only open. it means the starter file has a problem. But I can't solve it. I continue from the final file.
- 000
The solution to the Fraction package problem that occurs when deploying on Netlify using the GitHub repository(Not Uploading Locally) is to use another package called Fracty instead of Fraction.
First uninstall Fraction package
npm uninstall Fraction
Then install Fracty package
npm install fracty
At...