postleaf icon indicating copy to clipboard operation
postleaf copied to clipboard

404 during installation

Open windware-ono opened this issue 7 years ago • 1 comments

Summary

Not sure if this is intended but I get this error on 'npm install'.

node-pre-gyp ERR! Tried to download(404): https://github.com/wadey/node-microtime/releases/download/v2.1.5/node-v57-linux-x64.tar.gz

node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v57 ABI) (falling back to source compile with node-gyp)

Had to install build-essential on Ubuntu to get going with the compilation.

Steps to Reproduce

  1. Follow the installation guide.
  2. Run 'npm install'

Additional info

  • Postleaf version: 1.0.0-beta.1
  • Node version: 8.9.4
  • Affected browsers:
  • Operating system: Ubuntu 16.04

windware-ono avatar Jan 25 '18 12:01 windware-ono

I had the same problem, but it disappeared after downgrading to Node v7.

callingmybluff avatar Jun 22 '18 13:06 callingmybluff