Tell us what’s happening:
I wanted to share the solution of first challenge in backend, How to Use package.json, the Core of Any Node.js Project or npm Package
You just have to open your GitPod in your browser( when you first click on gitpod starter project-it gives you option if you want to open vs code -cancel that and click on More Action -Open in browser and you can see in browser the url like https://3000-freecodecam-boilerplate-1g1zh4vfrnr.ws-us110.gitpod.io
Do npm init -y that will update package.json and add the author name to your package, json, Next nom run start and paste the url to the solution page —
10% of challenge done
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15
Challenge Information:
Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package