Are there any specific requirements for OS / node versions to use uaas-cli?
Front end developers having an issue on macOS Sierra 10.12.2 where cli tool outputs following error when trying uaas watch:
fs.writeFile(configFile, JSON.stringify(config), (err) => {
^^
SyntaxError: Unexpected token =>
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
Going to try own mac bit later but it's not latest OS, will report back but any pointers meantime helpful.
uaas-cli supported OS / environments
Are there any specific requirements for OS / node versions to use uaas-cli?
Front end developers having an issue on macOS Sierra 10.12.2 where cli tool outputs following error when trying
uaas watch
:Going to try own mac bit later but it's not latest OS, will report back but any pointers meantime helpful.
Works on my machine:
Trying upgrade to Sierra next
On Sierra 10.12.2 without homebrew or 4GB+ XCode download:
Latest node installed via nvm; no sudo
e.g.
install nvm via command line cURL or Wget; then continue
is working on a reply...