We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular CLI: 6.0.0 Node: 8.9.4 Angular: 5.2.8
ng update @angular/cli
ng update @angular/cli unable to verify the first certificate
no error
I added ssl: {strict: false} to fix it in node_modules/@schematics/update/update/npm.js
ssl: {strict: false}
node_modules/@schematics/update/update/npm.js
const client = new RegistryClient({ proxy: { http: options[0], https: options[1], }, ssl: {strict: false} });
Real fix should respect the strict-ssl npm settings.
strict-ssl
The text was updated successfully, but these errors were encountered:
#10669 is related issue
Sorry, something went wrong.
Duplicate of #10596
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Versions
Angular CLI: 6.0.0
Node: 8.9.4
Angular: 5.2.8
Repro steps
ng update @angular/cli
Observed behavior
Desired behavior
no error
Mention any other details that might be useful (optional)
I added
ssl: {strict: false}
to fix it innode_modules/@schematics/update/update/npm.js
Real fix should respect the
strict-ssl
npm settings.The text was updated successfully, but these errors were encountered: