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
When starting to run: node ./tests/server/hello/index.js
TypeError: restify.bodyParser is not a function,
TypeError: restify.gzipResponse is not a function
The code should be changed to look like this:
restify.gzipResponse() should be => restify.plugins.gzipResponse()
and
restify.bodyParser() should be => restify.plugins.gzipResponse()
The text was updated successfully, but these errors were encountered:
When starting to run: node ./tests/server/hello/index.js
TypeError: restify.bodyParser is not a function,
TypeError: restify.gzipResponse is not a function
The code should be changed to look like this:
restify.gzipResponse() should be => restify.plugins.gzipResponse()
and
restify.bodyParser() should be => restify.plugins.gzipResponse()
The text was updated successfully, but these errors were encountered: