Cannot start 'American/British translator', boilerplate repl has nodemon error from beginning and, less importantly, is missing 'packages' and 'debugger' option

Hi all

So I just opened the American/British translator boilerplate on replit and noticed those 3 things right from the start without yet touching anything

How can I fix them? Specially the nodemon error which won’t even allow me to view the actual web app or the console as I work on it

Thanks for your time

Jaime

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

Challenge: American British Translator

Link to the challenge:

Hello there,

This is a small Replit bug whereby the npm packages are not automatically installed on start sometimes.

The fix is:

npm install

Hope this helps

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