Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 204 forks source link

404 during installation #73

Open windware-ono opened 6 years ago

windware-ono commented 6 years ago

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 microtime@2.1.5 and node@8.9.4 (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

callingmybluff commented 6 years ago

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