This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 266
Error when run api-designer #518
Comments
Was getting same error. You can fix it installing request module
|
+1 Why is |
Package version is old on npmjs.com. Latest is 0.4.13 on master branch.
|
Duplicate of #506 |
None of the above solution is working for me. Keep getting below error: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Before install api-designer with npm install -g api-designer and run api-designer in console, this genere this error
module.js:540
throw err;
^
Error: Cannot find module 'request'
at Function.Module._resolveFilename (module.js:538:15)
at Function.Module._load (module.js:468:25)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at Object. (/Users/jvarg25/.nvm/versions/node/v8.9.4/lib/node_modules/api-designer/bin/api-designer.js:6:15)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
The text was updated successfully, but these errors were encountered: