bbeesley / trakt-to-letterboxd

CLI tool for publishing your trakt watched history to your letterboxd account
79 stars 5 forks source link

Can't make it work - npm not able to find a file #3

Closed cangoktas closed 5 years ago

cangoktas commented 5 years ago

Yo there, I can't make it work somehow, do you have any idea why? The console log is:

➜  ~ sudo npx trakt-to-letterboxd -u cangoktas -f loglar
npm ERR! path /Users/cangoktas/.npm/_npx/7768/lib/node_modules/trakt-to-letterboxd/dist/ttl.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/cangoktas/.npm/_npx/7768/lib/node_modules/trakt-to-letterboxd/dist/ttl.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/cangoktas/.npm/_logs/2018-10-14T01_19_40_465Z-debug.log
Install for trakt-to-letterboxd@latest failed with code 254
bbeesley commented 5 years ago

Hi @cangoktas , it looks like I published a broken version, just pushed an update that should fix it, 1.0.2. Give it a try again.

cangoktas commented 5 years ago

Works great now. Thanks!