quasarframework / quasar-framework.org

[DEPRECATED, v0.17] Quasar Framework - The Official Website
https://quasar-framework.org
MIT License
110 stars 314 forks source link

windows-build-tools exception #676

Closed wwwizzarrdry closed 5 years ago

wwwizzarrdry commented 5 years ago

Added alternative for npm install --global windows-build-tools failing to complete on Windows 10 (circa April 2019) by referencing the Chocolatey command, choco upgrade python2 visualstudio2017-workload-vctools

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

wwwizzarrdry commented 5 years ago

Open to other suggestions as well as fixing the markdown formatting to be cleaner.

rstoenescu commented 5 years ago

Hi,

Thanks for wanting to contribute! Can you instead PR this into the new docs (v1)? https://github.com/quasarframework/quasar/blob/dev/docs/src/pages/quasar-cli/developing-electron-apps/preparation.md

This docs where you PRed is for 0.17 and will become obsolete really soon.

rstoenescu commented 5 years ago

Added to v1 docs, so closing this. Thanks for taking time to contribute!