Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot run node footpgcsv2json.js #1

Open
tw-nanda opened this issue Jan 16, 2014 · 2 comments
Open

cannot run node footpgcsv2json.js #1

tw-nanda opened this issue Jan 16, 2014 · 2 comments
Assignees

Comments

@tw-nanda
Copy link
Contributor

fs.js:1240
var keys = Object.keys(options);
^
TypeError: Object.keys called on non-object
at Function.keys (native)
at new fs.ReadStream (fs.js:1240:21)
at Object.fs.createReadStream (fs.js:1218:10)
at Object. (D:\kpc\dhammakaya\footpgcsv2json.js:51:17)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)

@ghost ghost assigned yapcheahshen Jan 16, 2014
@exebook
Copy link

exebook commented Jan 16, 2014

add

if (options == undefined) options = {}

On 1/16/14, tw-nanda [email protected] wrote:

fs.js:1240
var keys = Object.keys(options);
^
TypeError: Object.keys called on non-object
at Function.keys (native)
at new fs.ReadStream (fs.js:1240:21)
at Object.fs.createReadStream (fs.js:1218:10)
at Object. (D:\kpc\dhammakaya\footpgcsv2json.js:51:17)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback
(node.js:244:9)


Reply to this email directly or view it on GitHub:
#1

@yapcheahshen
Copy link
Contributor

strange i cannot reproduce this error on a newly clone folder, need to use teamviewer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants