Hi,
I installed @angular/cli@13.3.3 with volta. According to the docs, this should be a global install. Correct?
I use elvish shell most frequently:
Running the command volta ls gives the following result:
~/pim> volta ls
⚡️ Currently active tools:
Node: v16.13.0 (current @ /home//pim/package.json)
Tool binaries available:
ng (current @ /home/stclair/__/@workspace/pim/package.json)
nx (default)
pnpm, pnpx (default)
See options for more detailed reports by running `volta list --help`.
Attempting the ng --version in elvish terminal results in the following
Volta error: Could not locate executable `ng` in your project.
Please ensure that all project dependencies are installed with `npm install` or `yarn install`
Exception: ng exited with 126
[tty 2], line 1: ng --version
Attempting the ng --version in the bash terminal results in the following
Attempting to execute my angular application shows the error below - volta cannot locate the ng binary
Executing task: pnpm run serve:dev <
> pim@0.0.0 serve:dev /home/pim
> ng serve -c development
Volta error: Could not locate executable `ng` in your project.
Please ensure that all project dependencies are installed with `npm install` or `yarn install`
ELIFECYCLE Command failed with exit code 126.
The terminal process "/usr/bin/bash '-c', 'pnpm run serve:dev'" terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.
Hi, I installed @angular/cli@13.3.3 with volta. According to the docs, this should be a global install. Correct?
I use elvish shell most frequently:
Running the command volta ls gives the following result:
Attempting the ng --version in elvish terminal results in the following
Attempting the ng --version in the bash terminal results in the following
My .bashrc and .profile files DO contain the following lines:
Attempting to execute my angular application shows the error below - volta cannot locate the ng binary
Any help is appreciated.