Hi all
I am pretty new in node js development and now I am I am trying to develop an app for the company that I am working for. Currently, I try to run and SDK for an application and then I notice that I receive this error :
no such file or directory, scandir '/usr/lib/node_modules/frsh-sdk/node_modules/node-sass/vendor'
So I research the problem and according to with different forums and it looks like the "sass_binary_path" is not defined. Can you help me to set the binary files for sass?
By the way this is my node js information:
root@altair:/home/jsalazar/workspace-node/contourApps# node -v
v6.11.5
root@altair:/home/jsalazar/workspace-node/contourApps# npm -v
3.10.10
root@altair:/home/jsalazar/workspace-node/contourApps# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
root@altair:/home/jsalazar/workspace-node/contourApps# npm config get sass_binary_path
undefined
Thank you in advance.