แก้ Visual Studio Platform 2015 Toolset ='v141' cannot be found ตอน Install Node Sass
// Step 1 : Install .....
Had this same error trying to
npm install after cloning a node based project. It had an npm dependency that required C++ source to be compiled.
I had already modified my
VS2017 install to include Individual Components -> VC++ 2017 version 15.7 v14.14 latest v141 tools
but that didn't help.
I applied these commands in succession
npm install -g node-gypnpm install --global --production windows-build-tools
The first had no effect but the second did the trick and the
npm install command completed successfully after that.// Step2 : Delete Path
// Step3 : npm install อีกรอบ
// Success
Ref : https://stackoverflow.com/questions/43312676/visual-studio-platform-2015-toolset-v141-cannot-be-found/43773913

ความคิดเห็น
แสดงความคิดเห็น