Replit node-express boilerplate not working

Thanks a bunch. You saved me!!

Thanks to everyone above contributing to the thread on this issue. I am also able to get working again now!
It does seem now that clicking the “Run” button at the top on Repl.it, at least from these boilerplate templates, leads to an error. By going to the “Shell” tab on the right after editing your code, type “npm install” first, let it run, then when the prompt comes again type “npm start” and things run and you can pass the FCC tests.

Where do you input npm install into?

@zrobin16 for that project I did it in the shell not the console. For newer projects, however,i have been doing in the console and it’s been working fine. It’s definitely a replit issue

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.