Node / Web NPM can not install

Hey! Me and my friend have a webpage and created it via using hello-webpage but we now want to install express, and we dont know how. I have tried just making a package.json and it did not work, could you make it so you can add projects (templates) to already existing projects? Thanks

Have you tried enable-pnpm in the console? Can you save the copy of a package.json file and re-initialize it by npm init -y?

So in the console i cant do npm init --y

Hi @Milo123459 - I wrote this doc that talks about how to take a hello-webpage site and start turning it into an express app: https://glitch.com/edit/#!/webpage-to-express

Hope it helps!

Aight thanks!
This should help hopefully