I believe what I did last year was
- install the build tools (using
npm install --global windows-build-tools
, I believe) - run them from powershell
- mix deps.compile
I didn’t manually set nmake to my path.
I believe what I did last year was
npm install --global windows-build-tools
, I believe)I didn’t manually set nmake to my path.