I\'m trying to do npm install
and an error appears :
Failed at the node-sass@4.5.0 postinstall script.
I tried to delete no
I needed to take the following steps to "resolve" this problem:
mkdir ~/safe_node_module
;wget -q https://github.com/sass/node-sass/releases/download/v4.13.0/linux-x64-72_binding.node
and then send to the folder created in step 1;export SASS_BINARY_PATH=/home/ronaldaraujo/safe_node_module/linux-x64-72_binding.node
;npm i
;