DEV Community

Discussion on: Converting a Node project to Deno

 
jotafeldmann profile image
Jota Feldmann

Deno installs all dependencies in a centralized folder like \home\user\.deno. So we don't need to download every time, for all projects.

What you need to specify is the security flag.

I've made a make install for my convenience, to understand all dependencies of the project and pre-download in case of the production environment.

You can find more info here: