Skip to content

Common issues and their solutions

Amitosh Swain Mahapatra edited this page Jun 14, 2018 · 4 revisions

Before reporting an issue, please check this page for most common errors and their solutions.

Failed to install bcrypt

This can happen for a various reasons:

  1. You are running npm as root (EPERM)
  2. You are running npm on a read-only file system or a fs with '/tmp' being read-only (EACCESS)
  3. It's a new(untested) or unsupported release of NodeJS/npm and pre-built binaries are not available. (ERR:node-pre-gyp(404)). You need python and compilers as instructed in the installation instructions.