Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 283 Bytes

ISSUES.md

File metadata and controls

9 lines (5 loc) · 283 Bytes

ISSUES

  1. ModuleNotFoundError: No module named 'jwt'

Likely cause: PyJWT not installed properly in current environment. If using conda, use conda install PyJWT

  1. ReferenceError: primordials is not defined

Check node version (tested with v11.15.0). Recommend using nvm.