devbox
devbox copied to clipboard
Angular/cli
Package name
nodePackages."@angular/cli"
Nix package link
No response
Software
angular install as global package with "npm install -g @angular/cli", and gave ng command for shell, I cant find the nix package but i can access that via nix shell using nodePackages."@angular/cli",
This also affects other packages with a @ in their name such as @wordpress/env
Is there any workaround to install a scoped NPM package?
When I run this command: "npm install -g @angular/cli" it does something but I can't use it as ng.
Is there a solution to this? I just ran into the same issue