sharetribe / ftw-hourly

Flex template for Web: time-based booking processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Error: Cannot find module 'jose/jwk/from_key_like'" when running "yarn run dev-backend"

edzjins opened this issue · comments

There seems to be an issue with Jose, which prevents me from starting up the backend.

Steps to reproduce the behavior:

  1. Clone this repository and navigate to the directory cloned into;
  2. Add keys etc in .env file;
  3. Run yarn install;
  4. Run yarn run dev-backend;
  5. See error.
  • OS: Windows 10, WSL Ubuntu 20.04 LTS
  • Yarn version 1.22.5

If you encounter this issue, upgrade node.js to the latest version.