Skip to content

Upgrade ce-dev node stack #116

Open
Open
@gregharvey

Description

@gregharvey

This is getting pretty out of date, while there are no serious vulnerabilities it needs modernising. To update package.json you need to do this from the ce-dev root on a machine with yarn installed:

  • rm -Rf node_modules/*
  • rm yarn.lock
  • edit package.json and set all package versions to *
  • npm update --save (not on a VPN)
  • yarn
  • yarn oclif-dev pack

Pick through the errors!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions