Non-Techie’s Guide to Building Bots. Part 2.
Fasih Khatib
113

Hi Fasih, first of all great guide. Thanks for sharing. Question:

At the final step, after npm start, I see the following error message on the terminal

> node index.js

{ [Error: Cannot find module ‘./build/Release/DTraceProviderBindings’] code: ‘MODULE_NOT_FOUND’ }

{ [Error: Cannot find module ‘./build/default/DTraceProviderBindings’] code: ‘MODULE_NOT_FOUND’ }

{ [Error: Cannot find module ‘./build/Debug/DTraceProviderBindings’] code: ‘MODULE_NOT_FOUND’ }

restify listening at http://[::]:8080

What does it mean?