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

chore: bump minimum nodejs version to 8 #337

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 1, 2023

  1. chore: bump minimum nodejs version to 8

    nodejs v6 throws the following on npm install:
    
    npm ERR! Linux 6.2.10-1.qubes.fc32.x86_64
    npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i"
    npm ERR! node v6.17.1
    npm ERR! npm  v3.10.10
    npm ERR! path /app/node_modules/.staging/@types/minimatch-fad7cd5e/package.json
    npm ERR! code ENOTDIR
    npm ERR! errno -20
    npm ERR! syscall open
    
    npm ERR! ENOTDIR: not a directory, open '/app/node_modules/.staging/@types/minimatch-fad7cd5e/package.json'
    npm ERR!
    npm ERR! If you need help, you may report this error at:
    npm ERR!     <https://github.com/npm/npm/issues>
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /app/npm-debug.log
    legobeat committed May 1, 2023
    Configuration menu
    Copy the full SHA
    0781ae7 View commit details
    Browse the repository at this point in the history