kentcdodds/bookshelf

Add Node 15.x support

juanlatorre opened this issue · 2 comments

$ node setup
▶️  Starting workshop setup...
      Running the following command: npx "https://gist.github.com/kentcdodds/bb452ffe53a5caa3600197e1d8005733" -q -- --no-autofill
    ▶️  Starting: System Validation
          Ensuring the correct versions of tools are installed on this computer.
          Running the following command: npx "https://gist.github.com/kentcdodds/abbc32701f78fa70298d444c2303b6d9"
There were errors validating the compatibility of this computer:

    This computer has node@v15.5.1 installed, but node@^10.13 || 12 || 14 is required. Please update node: https://nodejs.org


If you would like to just ignore this error, then feel free to do so and install dependencies as you normally would in "C:\Users\juanl\repos\bookshelf". Just know that things may not work properly if you do...
npm ERR! code 1
npm ERR! path C:\Users\juanl\repos\bookshelf
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c workshop-computer-validator

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\juanl\AppData\Local\npm-cache\_logs\2021-02-17T17_26_45_891Z-debug.log
    🚨  Failure: System Validation. Please review the messages above for information on how to troubleshoot and resolve this issue.
npm ERR! code 1
npm ERR! path C:\Users\juanl\repos\bookshelf
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c workshop-setup -q -- --no-autofill

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\juanl\AppData\Local\npm-cache\_logs\2021-02-17T17_26_45_945Z-debug.log

Somehow missed this one! Thanks!

@all-contributors please add @juanlatorre for bugs