Skip to content

Instantly share code, notes, and snippets.

@khoatran
Created October 3, 2017 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khoatran/a3cdc7c9acc5005c8188521ac15b2fd0 to your computer and use it in GitHub Desktop.
Save khoatran/a3cdc7c9acc5005c8188521ac15b2fd0 to your computer and use it in GitHub Desktop.
Fix Cannot find module node_sqlite3.node when running Laravel Echo Server
cd /usr/local/lib/node_modules/laravel-echo-server/
npm install sqlite3 --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment