Good afternoon, since Deno starts to gain popularity among developers this might be something you would like to have fixed. I found it during the ETH Global Hackathon just now.
Install command:
deno install npm:@blockscout/app-sdk
Error:
Add npm:@blockscout/app-sdk@0.1.2
error: Error in @blockscout/app-sdk@0.1.2 parsing version requirement for dependency "gradient-avatar": "git+https://github.com/blockscout/gradient-avatar.git"
Caused by:
Package specified a dependency outside of npm (git+https://github.com/blockscout/gradient-avatar.git). Deno does not install these for security reasons. The npm package should be improved to have all its dependencies on npm.
To work around this, you can use a package.json and install the dependencies via `npm install`.
Good afternoon, since Deno starts to gain popularity among developers this might be something you would like to have fixed. I found it during the ETH Global Hackathon just now.
Install command:
Error: