- From: Martin Dürst <notifications@github.com>
- Date: Sun, 04 Jan 2015 01:59:43 -0800
- To: webspecs/url <url@noreply.github.com>
- Message-ID: <webspecs/url/issues/40@github.com>
After I have installed pegjs <<<< $ npm install -g pegjs C:\Users\duerst\AppData\Roaming\npm\pegjs -> C:\Users\duerst\AppData\Roaming\npm\node_modules\pegjs\bin\pegjs pegjs@0.8.0 C:\Users\duerst\AppData\Roaming\npm\node_modules\pegjs >>>> I'm running make, and get the error below (this is on cygwin): $ make node peg2json.js > url.pegjson module.js:340 throw err; ^ Error: Cannot find module 'pegjs' 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.<anonymous> (C:\Project\duerst\2015\URL\peg2json.js:2:9) 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 Function.Module.runMain (module.js:497:10) Makefile:32: recipe for target 'url.pegjson' failed make: *** [url.pegjson] Error 8 --- Reply to this email directly or view it on GitHub: https://github.com/webspecs/url/issues/40
Received on Sunday, 4 January 2015 10:00:13 UTC