Why do we have node-sass locked at v4.7? I'm guessing there was some sort of security issue at the time @jgravois? As-is I get an error when I run npm install and it tries to install node-sass ... can we change this back to "node-sass": "^4.9.0",?
Done Building Project "C:\.....\esri-leaflet-cluster\node_modules\node-sass\build\binding.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\.....\esri-leaflet-cluster\node_modules\node-sass\build\binding.vcxproj.metaproj" (default targets) -- FAILED.
Done Building Project "C:\.....\esri-leaflet-cluster\node_modules\node-sass\build\binding.sln" (default targets) -- FAILED.
Build FAILED.
Why do we have
node-sass
locked at v4.7? I'm guessing there was some sort of security issue at the time @jgravois? As-is I get an error when I runnpm install
and it tries to installnode-sass
... can we change this back to"node-sass": "^4.9.0",
?