micahstubbs commented on issue #2053: URL: https://github.com/apache/helix/issues/2053#issuecomment-1117959311
Let's use [nvm](https://github.com/nvm-sh/nvm#migrating-global-packages-while-installing) instead of volta to manage our nodejs installs. ```bash nvm install 8.9.4 ``` now, let's try to convert `angular-cli.json` to `angular.json` again. Hopefully using nvm will enable the globally installed ng binary to be detected correctly. ```bash NG_DISABLE_VERSION_CHECK=1 npx @angular/cli@6 update @angular/cli@6 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
