You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
D:\Users\joris_000\Desktop>node --version
v0.10.31
D:\Users\joris_000\Desktop>npm --version
1.4.23
D:\Users\joris_000\Desktop>npm install bool
bool@1.0.20 node_modules\bool
D:\Users\joris_000\Desktop>echo require('bool'); | node -p
module.js:340
throw err;
^
Error: Cannot find module './parser'
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> (D:\Users\joris_000\Desktop\node_modules\bool\lib\index.js:1:76)
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 Module.require (module.js:364:17)
The file lib/parser.js file is missing...
If I cd into node_modules/bool and execute make, the file "lib/parser.js" gets generated and this solves the issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The file lib/parser.js file is missing...
If I
cd
into node_modules/bool and executemake
, the file "lib/parser.js" gets generated and this solves the issue.The text was updated successfully, but these errors were encountered: