Skip to content
New issue

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

fix: proper relative path to protobufjs in cli #1753

Merged
merged 2 commits into from Jul 7, 2022

Commits on Jun 22, 2022

  1. Fix the relative path to protobufjs in cli

    According to https://docs.npmjs.com/cli/v8/configuring-npm/package-json#local-paths the local path should be `file:..` instead of `file://..`.
    
    The later version copies whole top-level file-system in a macOS and with a recent version of npm (8.12.2) and results in a `MODULE_NOT_FOUND` error.
    maitbayev committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    27faca3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    8ff7701 View commit details
    Browse the repository at this point in the history