Open
Description
Issue details
browser-sync depends on a deprecated version of fsevents. This probably is more of an issue for macOS users, but the warning is also displayed for non-macOS users.
npm WARN deprecated [email protected]: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) N
o more fetching binaries from AWS, smaller package size
Steps to reproduce/test case
Build this Dockerfile:
FROM alpine:3.10.3
RUN apk add \
--no-cache \
--update \
ruby-full=2.5.7-r0 \
nodejs-current=12.4.0-r0 \
nodejs-current-dev=12.4.0-r0 \
nodejs-current-doc=12.4.0-r0 \
npm
RUN mkdir ~/.node_modules && npm config set prefix ~/.node_modules
RUN npm install -g browser-sync
Please specify which version of Browsersync, node and npm you're running
- Browsersync [ 2.26.7 ]
- Node [ 12.4.0 ]
- Npm [ 6.9.0 ]
Affected platforms
- linux
- windows
- OS X
- freebsd
- solaris
- other (please specify which)
Browsersync use-case
- API
- Gulp
- Grunt
- CLI
If CLI, please paste the entire command below
{cli command here}
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
{Browsersync init code here}
Metadata
Metadata
Assignees
Labels
No labels