Found a fix to allow deno app with npm: to be deployed on deta.space

If you are building your app using deno and also use npm specifiers(npm:*) or package.json while you try deploying it on deta space, the app will break.
You need to disable “node_modules” folder either by using the flag or config file as stated in https://docs.deno.com/runtime/manual/node/npm_specifiers#--node-modules-dir-flag