Tell us what’s happening:
The lesson gave me a new repl it link, but it doesn’t appear to be working. I’m getting an error that it cannot find the module express, which appears to already be configured from the base project.
(also apologies if I’m in the wrong forum subsection, javascript seemed closest)
Not sure what is going on, it really should install the packages when running the repl.
What’s odd is I just tested it and first it failed, then I opened the starter project again from the link on the challenge page and it worked. Can’t say I know what happened, might just have been a glitch.
once i typed in npm i (not the full install command) it gave me a much more detailed installation log, but it worked, Now I’m having issues on the next problem, as detailed here: Help with bcrypt hash compare
So theres no difference between npm i and npm install? it always shows a sort of loading bar? I’d never seen that happen before, which is why I’m confused.