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
I am trying to push a node js application into Cloud foundry. I am facing the below error "
n file included from ../src/dns_sd.cpp:1:0:
../src/mdns.hpp:32:20: fatal error: dns_sd.h: No such file or directory
#include <dns_sd.h>
^
compilation terminated.
make: *** [Release/obj.target/dns_sd_bindings/src/dns_sd.o] Error 1
make: Leaving directory /tmp/app/node_modules/mdns/build' gyp ERR! build error gyp ERR! stack Error: make` failed with exit code: 2
I have made changes like adding the dependencies libavahi-compat-libdnssd-dev but still facing the error. Can you please suggest what would be the possible reason?Below is my dependency in package.json file
I am trying to push a node js application into Cloud foundry. I am facing the below error "
n file included from ../src/dns_sd.cpp:1:0:
../src/mdns.hpp:32:20: fatal error: dns_sd.h: No such file or directory
#include <dns_sd.h>
^
compilation terminated.
make: *** [Release/obj.target/dns_sd_bindings/src/dns_sd.o] Error 1
make: Leaving directory
/tmp/app/node_modules/mdns/build' gyp ERR! build error gyp ERR! stack Error:
make` failed with exit code: 2I have made changes like adding the dependencies libavahi-compat-libdnssd-dev but still facing the error. Can you please suggest what would be the possible reason?Below is my dependency in package.json file
"dependencies": {
"yum": "^0.1.1",
"build-essential": "",
"git-core": "",
"libnss-mdns" :"",
"libavahi-compat-libdnssd-dev": "",
"mdns": "*",
},
The text was updated successfully, but these errors were encountered: