[BUG] - Back-end Project Boilerplates
See original GitHub issueOne of our Discord members mentioned running in to issues with the boilerplate-express
code. The package.json
calls for a Node version of 4.x
, which is severely outdated. In this case, the camper was working on the code locally and deployed to Heroku for the live link to submit, and Heroku threw build errors because of the engine version.
While we specifically mention repl.it on the /learn pages as the go-to platform, we do include instructions for working on it locally. Would it be worth looking in to updating the boilerplates to use the LTS version of node (and verifying compatibility)?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to Start Your Next Backend Project - Boilerplates, Starters ...
A new backend project is on the horizon, and with every new project come new challenges and opportunities. You can implement everything in...
Read more >Backend Boilerplate - Glitch
A sensitive project that does brave things. ... backend-boilerplate ... Manage Node.js projects and npm packages using package.json.
Read more >melvin0008/awesome-projects-boilerplates - GitHub
Node/Backbone Web App Boilerplate Boilerplate for web applications with a Node, Express, MongoDB backend and Backbone Marionette, Jade, Require.js frontend.
Read more >Useful Front-End Boilerplates And Starter Kits
The Modern Front-End Development Boilerplate is an all-in-one starter kit to develop, build, and deploy your next web project. Features include ...
Read more >Boosting your backend application - HackMD
Feature: routing, request handling, [response marshalling], error handling, ... How to build/find a good project boilerplate.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we are safe to close this. If I am mistaken, feel free to leave a comment and it can be reopened. Thanks and happy coding 🎉
That’s a fair expectation, I think. 🙂
Provided no one objects, I think I will compile a list of affected repositories that need the
engine
removed and open this up tohelp wanted
orfirst timers only
.