marklogic-community / slush-marklogic-node

Slush generator for a MarkLogic/node project
https://github.com/marklogic-community/slush-marklogic-node/wiki
Other
40 stars 28 forks source link

Documentation update for Windows #521

Open danielholgate opened 6 years ago

danielholgate commented 6 years ago

I recently moved a Slush project I'd developed on Linux to Windows (successfully) and the steps mentioning installation of Visual Studio Community Edition and Python were both handled with this:

npm install --global windows-build-tools (note: run from Powershell window as admin user)

Documentation for Windows should perhaps be updated to reflect that this is an option

grtjn commented 6 years ago

thnx for the report!