Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Error when starting sozi-to-pdf #1

Closed
jeanparpaillon opened this issue Jan 12, 2016 · 2 comments
Closed

Error when starting sozi-to-pdf #1

jeanparpaillon opened this issue Jan 12, 2016 · 2 comments
Labels

Comments

@jeanparpaillon
Copy link

I have checked out sozi-export and followed instructions on README.md

When starting sozi-to-pdf, I have the following error:
$ sozi-to-pdf
module.js:340
throw err;
^

Error: Cannot find module './build/Release/shell'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:289:25)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object. (/usr/local/lib/node_modules/sozi-export/node_modules/execSync/index.js:30:11)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Module.require (module.js:366:17)

My platform is Debian testing

@aumouvantsillage
Copy link
Collaborator

sozi-export has been tested with node.js 0.10.
It seems that you are using a more recent version (reference)

I will provide a fix to make it work with node.js >= 0.11

@aumouvantsillage
Copy link
Collaborator

It should now work with recent versions of node.js.
Please reopen this issue if you still have the same problem.

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

No branches or pull requests

2 participants