complete-node-bootcamp icon indicating copy to clipboard operation
complete-node-bootcamp copied to clipboard

Starter files, final projects and FAQ for my Complete Node.js Bootcamp

Results 143 complete-node-bootcamp issues
Sort by recently updated
recently updated
newest added

My file went wrong when i click at it and it prints invalid. When i try to extract the ZIP file, the file actual empty. This is my first time...

- bundle.js:6895 Uncaught ReferenceError: stripe is not defined #### Payment session is working in the backend, but int the stripe.js file; but gives the error while callling Stripe function to...

In Authorization: User Roles and Permissions chapter, we need to add `role: req.body.role,` to `signup` function, otherwise, the user role will always be default "user" and never updated to` req.body.role`...

//require const { htmlToText } = require('html-to-text'); //use text: htmlToText(html)

![package json - starter - Visual Studio Code 25-04-2023 16_44_43](https://user-images.githubusercontent.com/112542453/234260335-bc66c76c-637c-4c09-8b6e-9a15a9ccbf6f.png) As I mentation when I set the `"start:prod": " set NODE_ENV=production && nodemon server.js",` the server starts as production but...

As explained above, minor typo: `Costumer` -> `Customer` https://github.com/jonasschmedtmann/complete-node-bootcamp/blob/d39cbf7ee6d00538ab6ff087a5b30d00ae5409ba/2-how-node-works/final/events.js#L17