When I tried to install Browsersync by this way:
npm -i browser-sync --save-dev
I get some errors:
D:\projekt>npm install --save-dev browser-sync
npm WARN deprecated [email protected]: use uuid module instead [email protected] D:\projekt `-- [email protected]
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN [email protected] No repository field.
What is the problem?