mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #149] Windows install log.io-server command not working #123
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @victw on GitHub (Mar 13, 2015).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/149
This is probably the wrong place to post this. I'm new to node.js and log.io looked like an interesting place to start.
I'm installing on a windows machine. Not sure if that worked correctly. When I try to run log.io-server I get "Windows can't open this file:" Wrong command? Wrong place? Wrong rights?
Any suggestions on where to learn more?
I tried to run from node_modules\log.io\bin
Thanks.
@ian9723 commented on GitHub (Mar 13, 2015):
Use "log.io-server.cmd" in windows. Same .cmd deal for the harvester if you are using it.
@gravidThoughts commented on GitHub (Jun 24, 2015):
Is this related to an implementation detail?
Every other global node package with a command installed on my machine does not require adding the
.cmd.@msmathers commented on GitHub (Jan 12, 2020):
v0.4.3 uses the more idiomatic npm
binscript to invoke server & harvester process, and no longer requires root/sudo, so this issue should be resolved.