dtjm / node-multimarkdown

Native MultiMarkdown extension for Node.js
Other
35 stars 9 forks source link

Installing module on Windows #3

Closed jpmonette closed 11 years ago

jpmonette commented 11 years ago

Hello,

Is there an easy way to install the module on Windows? I tried with standard cmd.exe and I receive errors, same with Cygwin

Hello,

Is there an easy way to install the module on Windows? I tried with standard cmd.exe and I receive errors, same with Cygwin

16:37 jpmonette@azerox /home/jpmonette/dev/jpmonette-node
% npm install multimarkdown
npm http GET https://registry.npmjs.org/multimarkdown
npm http 304 https://registry.npmjs.org/multimarkdown

> multimarkdown@0.0.8 preinstall W:\jpmonette-node\node_modules\multimarkdown
> make

git clone https://github.com/fletcher/peg-multimarkdown.git deps/peg-multimarkdown
Cloning into 'deps/peg-multimarkdown'...
error: error setting certificate verify locations:
  CAfile: /usr/ssl/certs/ca-bundle.crt
  CApath: none while accessing https://github.com/fletcher/peg-multimarkdown.git/info/refs
fatal: HTTP request failed
make: *** [deps/peg-multimarkdown] Erreur 128
npm ERR! multimarkdown@0.0.8 preinstall: `make`
npm ERR! `cmd "/c" "make"` failed with 2
npm ERR!
npm ERR! Failed at the multimarkdown@0.0.8 preinstall script.
npm ERR! This is most likely a problem with the multimarkdown package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     make
npm ERR! You can get their info via:
npm ERR!     npm owner ls multimarkdown
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.1.7600
npm ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "multimarkdown"
npm ERR! cwd W:\jpmonette-node
npm ERR! node -v v0.8.16
npm ERR! npm -v 1.1.69
npm ERR! code ELIFECYCLE

Thanks.

dtjm commented 11 years ago

Sorry, I'm not familiar with setting up builds on Windows. Hopefully someone else can submit a patch for this.

On Jan 20, 2013, at 1:39 PM, Jean-Philippe Monette notifications@github.com wrote:

Hello,

Is there an easy way to install the module on Windows? I tried with standard cmd.exe and I receive errors, same with Cygwin

Hello,

Is there an easy way to install the module on Windows? I tried with standard cmd.exe and I receive errors, same with Cygwin

16:37 jpmonette@azerox /home/jpmonette/dev/jpmonette-node % npm install multimarkdown npm http GET https://registry.npmjs.org/multimarkdown npm http 304 https://registry.npmjs.org/multimarkdown

multimarkdown@0.0.8 preinstall W:\jpmonette-node\node_modules\multimarkdown make

git clone https://github.com/fletcher/peg-multimarkdown.git deps/peg-multimarkdown Cloning into 'deps/peg-multimarkdown'... error: error setting certificate verify locations: CAfile: /usr/ssl/certs/ca-bundle.crt CApath: none while accessing https://github.com/fletcher/peg-multimarkdown.git/info/refs fatal: HTTP request failed make: *\ [deps/peg-multimarkdown] Erreur 128 npm ERR! multimarkdown@0.0.8 preinstall: make npm ERR! cmd "/c" "make" failed with 2 npm ERR! npm ERR! Failed at the multimarkdown@0.0.8 preinstall script. npm ERR! This is most likely a problem with the multimarkdown package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! make npm ERR! You can get their info via: npm ERR! npm owner ls multimarkdown npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.1.7600 npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "multimarkdown" npm ERR! cwd W:\jpmonette-node npm ERR! node -v v0.8.16 npm ERR! npm -v 1.1.69 npm ERR! code ELIFECYCLE Thanks.

— Reply to this email directly or view it on GitHub.

jpmonette commented 11 years ago

I guess it's more a git problem-related. It probably has something to do with certificate.