h2non/toxy

Getting error Cannot find module 'midware' while running the examples

contactprad opened this issue · 1 comments

Hi,

I installed toxy and simply trying to run the example. However it is throwing me error for module midware:

Cannot find module 'midware'

any ideas to resolve this error

h2non commented

Reinstall toxy with the latest version:

npm i toxy --force

Or simply install midware separately:

npm i midware

For some reason it has not been installed properly in your dependency tree.