Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dev:citation_styles:citeproc-node [2013/05/24 10:33] – mla.csl is now known as modern-language-association.csl pietschdev:citation_styles:citeproc-node [2013/05/24 10:34] – citeServer.js had moved to a sub-directory pietsch
Line 40: Line 40:
 is in your path, of course): is in your path, of course):
  
-<code bash>node citeServer.js+<code bash>node ./lib/citeServer.js
 ... ...
 Error: Unable to load shared library /blah/blah/contextify.node Error: Unable to load shared library /blah/blah/contextify.node
Line 63: Line 63:
 Return to the top of the citeproc-node directory and attempt to run the server (again assuming that the node binary is in your path): Return to the top of the citeproc-node directory and attempt to run the server (again assuming that the node binary is in your path):
  
-<code bash>node citeServer.js</code>+<code bash>node ./lib/citeServer.js</code>
  
 If all is well, you will see: If all is well, you will see:
dev/citation_styles/citeproc-node.txt · Last modified: 2017/11/27 04:21 by bwiernik