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

Install notes for arm architectures #615

Merged

Commits on Jul 20, 2021

  1. .node-version and .nvmrc: Add .node-version file for use with node.js…

    … version mangers
    
    * See https://github.com/shadowspawn/node-version-usage
    * Note .nvmrc is a symbolic link to .node-version and works with nvmrc
      given it honors .node-version specification.  Just don't use .nvmrc
      specific features in .node-version file.
    darcyparker committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    e272867 View commit details
    Browse the repository at this point in the history
  2. package.json: Update node version in engines definition. particle-cli…

    … uses v12 as described in README.md
    darcyparker committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    649f820 View commit details
    Browse the repository at this point in the history
  3. README.md: Add important instructions to successfully install particl…

    …e-cli on some architectures/environments
    darcyparker committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    fe7a35e View commit details
    Browse the repository at this point in the history