theodi / comma-chameleon

A desktop CSV editor for data publishers
https://comma-chameleon.io/
MIT License
278 stars 27 forks source link

NPM Start Scripts are not cross platform compatible for dev #162

Open quadrophobiac opened 7 years ago

quadrophobiac commented 7 years ago

Commands in https://github.com/theodi/comma-chameleon/blob/master/package.json#L6-L11 do not execute. Seems like elements of this may be known issues (such as ampersands). Other causes may be down to correctly configuring path for node. This can be worked around as each of the scripts contained in package.json will execute if the commands are executed. However that requires global install of node modules electron-mocha and gulp-cli. Suggest amendments to the README as an interim solution but would seek something more satisfactory in longer term