-
Notifications
You must be signed in to change notification settings - Fork 9
Description
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
[email protected] 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. (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