Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

#99 PR fix: added shell-option for spawnSync #100

Closed qwerdenkerXD closed 1 year ago

qwerdenkerXD commented 1 year ago

It seems that spawnSync for npm may not work in Windows if the shell: true option is not set. This PR fixes this issue