Remove qrcode arguments in installation command because adding them causes a problem during execution
the correct command is:
deno install https://deno.land/x/qrcode/cli.ts
the default executable name is the file name or parent folder in this case qrcode is the executable name of the package
or you can use it as executable name of the package by adding -n Or --name flags before it
Remove
qrcode
arguments in installation command because adding them causes a problem during execution the correct command is:the default executable name is the file name or parent folder in this case
qrcode
is the executable name of the package or you can use it as executable name of the package by adding-n
Or--name
flags before itDeno - Script installer