rawnly / splash-cli

A simple, CLI to download Unsplash wallpapers. Nothing fancy — it just works.
http://splash-cli.app?ref=github
545 stars 28 forks source link

Splash v3.4.13 will not install with npm / yarn #77

Closed luastoned closed 3 years ago

luastoned commented 3 years ago

Basic informations

Before you go

The ISSUE

Splash CLI will not install via npm / yarn

To Reproduce

> yarn global add splash-cli
yarn global v1.22.4
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "splash-cli@3.4.13" with binaries:
      - splash
Done in 5.61s.

> splash
Command 'splash' not found, but can be installed with:

apt install splash
> npm install --global splash-cli
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path ~/.nvm/versions/node/v12.18.3/lib/node_modules/splash-cli/build/bin/index.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '~/.nvm/versions/node/v12.18.3/lib/node_modules/splash-cli/build/bin/index.js'
npm ERR! enoent This is related to npm not being able to find a file.

Expected behavior splash being available after installing.

rawnly commented 3 years ago

Thanks for reporting you can install the previous version of splash-cli via npm i -g splash-cli@3.4.12

AlecRust commented 3 years ago

Same errors as above with latest Node v14.10.0.

engnadeau commented 3 years ago

confirm that npm i -g splash-cli@3.4.12 works with Ubuntu 20.04.1 LTS, Node.js v14.12.0, npm@6.14.8

rawnly commented 3 years ago

Thanks @nnadeau

Unfortunately I didn't found the time release an hot fix (hopefully soon) ✌️

rawnly commented 3 years ago

Fixed in v3.4.14 Please update to the latest release.