Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARN deprecated fsevents@1.2.9 #1726

Open
1 of 10 tasks
behrangsa opened this issue Nov 17, 2019 · 1 comment
Open
1 of 10 tasks

WARN deprecated fsevents@1.2.9 #1726

behrangsa opened this issue Nov 17, 2019 · 1 comment

Comments

@behrangsa
Copy link

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 fsevents@1.2.9: 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}

@nstuyvesant
Copy link

nstuyvesant commented Jun 20, 2020

Duplicate of #1765. Bigger issue because it affects Node 14 compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants