-
Notifications
You must be signed in to change notification settings - Fork 267
Error: Cannot find module 'request' #506
Comments
I had the same issue with a fresh install of api-designer. Thanks for the fix @goodevilgenius |
I had the same issue too. |
awesome, the same issue, now it works fine. |
+1 |
npm -g install request |
2018 and the module is still broken. |
@T-vK https://github.com/mulesoft/api-designer/blob/master/package.json#L22 It is listed. 🤷♂️ |
See #518 (comment) The version is old on npmjs.com. Latest is on master branch.
|
I had to follow npm install -g mulesoft/api-designer#master to get the designer to work. Recommend the install instructions on the readme page be updated |
|
Did not install well for me. There were six warnings from NPM about deprecated packages and a warning from api-designer about another deprecated package. Is this project still being maintained? MachineName:~ anguscs$ npm install -g mulesoft/api-designer#master |
@carowright I think this commit closes this issue. |
i had the same issue, thanks for the solution @goodevilgenius |
nice~ |
邮件收到啦~~谢谢你!
|
A fresh install of api-designer results in the following:
After running
npm install -g request
,api-designer
runs properly.The text was updated successfully, but these errors were encountered: