mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #109] lib folder missing in log.io v0.3.3 #87
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#87
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 @kavenks on GitHub (Jan 17, 2014).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/109
While launch the server log.io v0.3.3 by using the following command,
log.io-server start
It states that lib folder is missing in the log.io folder
module.js:340
throw err;
^
Error: Cannot find module './lib/harvester.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/lib/node_modules/log.io/index.js:2:17)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
Can you please help me to resolve this.
@kavenks commented on GitHub (Jan 17, 2014):
Referred issue #108