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 was archived by the owner on May 10, 2024. It is now read-only.
A fresh install of api-designer results in the following:
$ npm install -g api-designer
npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
/Users/danjones/.nvm/versions/node/v8.7.0/bin/api-designer -> /Users/danjones/.nvm/versions/node/v8.7.0/lib/node_modules/api-designer/bin/api-designer.js
+ api-designer@0.4.1
added 145 packages in 7.83s
$ api-designer
module.js:529
throw err;
^
Error: Cannot find module 'request'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/Users/danjones/.nvm/versions/node/v8.7.0/lib/node_modules/api-designer/bin/api-designer.js:6:15)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
After running npm install -g request, api-designer runs properly.
pongz79, uzimith, qileilove, ole3021, chichid and 21 more