Skip to content

Downgrading to NPM 4 cert issue #4

Description

@richgb

Applicable to the GE-update branch. Not tested recently with master.

When attempting to downgrade NPM to v4, there the following error when accessing the download site:

npm ERR! Error: CERT_UNTRUSTED

It appears that support may have been dropped for older versions and the https certificate will no longer be maintained.

As a 'dirty' workaround, the following can be used to ignore the bad certificate errors:

npm config set strict-ssl false

A more suitable long term solution is required.

Note that this is being executed outside of GE's network.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions