mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-27 01:55:56 +03:00
[GH-ISSUE #168] fail install on windows #137
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#137
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 @zhaoyou on GitHub (Oct 13, 2015).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/168
@jwusch commented on GitHub (Jul 6, 2016):
So you need to install Microsoft Visual Studio 2015 on windows, as well as then creating a C++ project inside of Visual Studio so that it downloads additional header files so it can complie. Very weird dependencies but they exist..
@theotherp commented on GitHub (Nov 2, 2016):
It would be nice to mention that somewhere on your page and not pretend installation is as easy as calling NPM.
@ghost commented on GitHub (May 26, 2017):
Here is my procedure I created to instlal log.io on windows
download and install nodejs 6.10 (NOTE 7.10 doesn't work)
open node.js console as administrator
npm install -g npm-windows-upgrade
npm-windows-upgrade
npm install --global --production windows-build-tools
npm install --global node-gyp
npm install -g log.io
#To Start server run in powershell window
log.io-server
#To Start harvester run in powershell windows
log.io-harvester
@pedoc commented on GitHub (Oct 31, 2019):
@ghost hi,not working for me,this output
2019-10-31T04_36_39_715Z-debug.log
@msmathers commented on GitHub (Jan 12, 2020):
v0.4.3 is a full rewrite that uses node.js 12, so this issue should be resolved.