mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #205] Doesn't build on Centos7 in node 10.15.3 #173
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#173
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 @RickeyWard on GitHub (May 7, 2019).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/205
Installing on centos 7 with latest node doesn't succeed.

If you install an old node version, I used 5.12.0, it will install and build.
but it won't run. If you then switch back to node 10.13.3, it runs and works.
@atjiu commented on GitHub (May 28, 2019):
I install Node version is v11.11.0, it fail when i run
npm install -g log.ioI wonder if that's why I use root?
@RickeyWard commented on GitHub (Jun 1, 2019):
Seems like it's an out of date install dependency that doesn't work will current npm. But I'm not familiar with this build process, so I don't know for sure. I was able to get it installed by using multiple versions of node/npm.
@qokelate commented on GitHub (Jul 16, 2019):
My solution:
@luckyboy77 commented on GitHub (Oct 13, 2019):
your solution is very important to me!you help me a lot,it fix my problem,thank you!
@msmathers commented on GitHub (Jan 10, 2020):
v0.4.3 uses node v12, this should fix most OS compatibility issues.