Dezly MacauleyD

Having some issues translating commands from npm to Deno

npx sv create my-app
cd my-app
npm install
npm run dev

So far from the docs:
https://docs.deno.com/runtime/fundamentals/node/#node-to-deno-cheatsheet

This is how I'd convert these one

??? No idea
npm install = deno insall
npm run dev = denot task dev
Was this page helpful?