[GH-ISSUE #269] Not able to install log.io #222

Open
opened 2026-02-26 05:31:37 +03:00 by kerem · 1 comment
Owner

Originally created by @bhattaxay on GitHub (Nov 4, 2022).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/269

Hii there,

I am not able to install log.io using file-input

  1. npm install -g log.io-file-input
    I am getting success in above first step

  2. nano ~/.log.io/inputs/file.json
    Getting error in above second steps lile .log.io is not such a directory

Originally created by @bhattaxay on GitHub (Nov 4, 2022). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/269 Hii there, I am not able to install log.io using file-input 1. npm install -g log.io-file-input I am getting success in above first step 2. nano ~/.log.io/inputs/file.json Getting error in above second steps lile .log.io is not such a directory
Author
Owner

@simonjur commented on GitHub (Jun 12, 2023):

that directory ~/.log.io/inputs might not exist. So after

npm install -g log.io-file-input

you might create it first

mkdir -p ~/.log.io/inputs
nano ~/.log.io/inputs/file.json
<!-- gh-comment-id:1587315526 --> @simonjur commented on GitHub (Jun 12, 2023): that directory `~/.log.io/inputs` might not exist. So after ``` npm install -g log.io-file-input ``` you might create it first ``` mkdir -p ~/.log.io/inputs nano ~/.log.io/inputs/file.json ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#222
No description provided.