エラーが出て困っていたけど、解決法が分かったのでメモ。
やりたかったこと
code
npm install localforage
なぜか下記のエラーが出てinstallできない。
code
Error: Can't find Python executable "python", you can set the PYTHON env variable.
#解決策
Windowsでnpm installしてnode-gypでつまずいた時対処方法 に書いてある方法で解決。
具体的には下記を実行。
code
npm install --global windows-build-tools