npm install polymer-cli
fails in my build definition with the following message
Error: C:\Program Files\nodejs\npm.cmd failed with return code: 1\npm.cmd failed with return code: 1
This worked in the last build and there was no file change.
From the log: 2018-02-06T11:00:52.3800853Z [command]C:\Program Files\nodejs\npm.cmd install -g bower polymer-cli 2018-02-06T11:00:55.2227287Z npm WARN deprecated bower@1.8.2: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ 2018-02-06T11:01:52.4291618Z C:\NPM\Modules 2018-02-06T11:01:52.4291956Z `-- bower@1.8.2 2018-02-06T11:01:52.4292118Z 2018-02-06T11:01:52.4426138Z npm ERR! Windows_NT 6.3.9600 2018-02-06T11:01:52.4450970Z npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "bower" "polymer-cli" 2018-02-06T11:01:52.4452215Z npm ERR! node v6.9.1 2018-02-06T11:01:52.4454224Z npm ERR! npm v3.10.8 2018-02-06T11:01:52.4454536Z npm ERR! code EBADPLATFORM 2018-02-06T11:01:52.4454739Z 2018-02-06T11:01:52.4455469Z npm ERR! notsup Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) 2018-02-06T11:01:52.4455849Z npm ERR! notsup Valid OS: darwin 2018-02-06T11:01:52.4456122Z npm ERR! notsup Valid Arch: any 2018-02-06T11:01:52.4456414Z npm ERR! notsup Actual OS: win32