Error: Cannot find module 'chai'

需要在项目目录中安装chai模块。不要使用全局安装。

npm install --save-dev chai