Nodemon not found in codespace (typescript 101)

I followed the directions, but on the first attempt to run I get a problem (in the environment setup?) where nodemon is not found,

Hmmmm… i did an npm i and it found it in the next attempt, Perhaps i missed that in the startup instructions.

Hi @pconley thanks for the catch! I have gone ahead and added the instruction to install the dependencies with npm i in the setup instructions. Thanks again!