I am trying to install Vue.js through the command prompt on Windows 8.1.
I have installed Node.js successfully, but when I try to install Vue.js, I get this error:
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
1.0.15: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"
})
Is this something I should worry about?