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. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/85b58b6e-4d05-451a-a7c1-a281cf227ed9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
