Skip to content

Cannot find module 'pegjs' #40

Description

@duerst

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. (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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions