Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gulp serve - Error: Cannot find module './build/bindings/encode.node'

try to install on my AWS EC2 ubuntu server the angular-fullstack framework found in here angular-fullstack

Getting this error after running 'gulp serve':

module.js:471 throw err;
Error: Cannot find module './build/bindings/encode.node' at ...

on my mac os everything works fine. I only getting this error on my ubuntu server.

Help? Please!!!

Some information:

Operation system : Ubuntu 16.04

like image 444
Dani Banai Avatar asked Jul 05 '26 04:07

Dani Banai


1 Answers

This means that the module failed to build properly when you did an npm install on your project. An install inside the module's directory should fix this:

$ (cd node_modules/iltorb && npm i)
like image 103
Andrew Koroluk Avatar answered Jul 10 '26 18:07

Andrew Koroluk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!