netlify / functions.netlify.com

Tutorials, examples, workshops and a playground for serverless with Netlify Functions
https://functions.netlify.com
516 stars 129 forks source link

Install error #49

Open MatteoGauthier opened 4 years ago

MatteoGauthier commented 4 years ago
Mattaio@DESKTOP-1TK6TKC MSYS .../ServerlessFunctions/netlify-functions-example (master)
$ yarn
yarn install v1.21.1
[1/4] Resolving packages...
[2/4] Fetching packages...
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "12.16.2"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
bloqhead commented 4 years ago

If you use nvm, you can run nvm use in the cloned repo folder. There is a .nvmrc file present that contains the Node version and nvm will look for it by default.

ed42311 commented 4 years ago

https://github.com/netlify/functions/pull/51 added this note to the README.md use it if you want...