Skip to content

Instantly share code, notes, and snippets.

@iamcaleberic
Last active May 28, 2018 07:23
Show Gist options
  • Save iamcaleberic/aca3e69bc986c4ee3e31d4b61856dce6 to your computer and use it in GitHub Desktop.
Save iamcaleberic/aca3e69bc986c4ee3e31d4b61856dce6 to your computer and use it in GitHub Desktop.
Fixing Freshdesk SDK node-sass Issues on Arch Linux and Other Distros
  • Compile node-sass for your current platform

          git clone --recursive https://github.com/sass/node-sass.git
         cd node-sass
          npm install
          JOBS=max node scripts/build -f
      
    
  • Do a recursive copy of your compile binary to frsh-dsk/node_modules

      cd path/to_node_sass_directory
      cp -r  ./node-sass path/to/frsh-sdk/node_modules/
    
    • You should be good to go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment