Skip to content

install npm modules:binaries not found for fsevents@1.1.2 and node@9.3.0 #1474

@realxujiang

Description

@realxujiang

Hi,build exec npm i , An error is as follows,change fsevents@1.1.3 resolve:

> fsevents@1.1.2 install /data/github/ngx-admin/node_modules/fsevents
> node install

node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v59-darwin-x64.tar.gz

node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.2 and node@9.3.0 (node-v59 ABI) (falling back to source compile with node-gyp)

Activity

nnixaa

nnixaa commented on Jan 3, 2018

@nnixaa
Collaborator

Hi @realxujiang, could you please specify your npm version?

realxujiang

realxujiang commented on Jan 4, 2018

@realxujiang
Author

Hi @nnixaa , the npm what I use is 5.6.0, and as follow is the report error screenshot

➜ /data/github/ngx-admin git:(master) npm -v
5.6.0
➜ /data/github/ngx-admin git:(master) node -v
v9.3.0

1 npm i make 2018-01-04 11-13-03

nnixaa

nnixaa commented on Jan 4, 2018

@nnixaa
Collaborator

Just tried and cannot reproduce, could you remove node_modules folder, remove npm cache and try npm i again?

realxujiang

realxujiang commented on Jan 5, 2018

@realxujiang
Author

I have tried like this,remove node_modules and npm cach,but still have the problem.

nnixaa

nnixaa commented on Jan 5, 2018

@nnixaa
Collaborator

Well, this doesn't look like the issue with ngx-admin itself as this is just an angular application. Have you tried creating an empty angular app separately?

realxujiang

realxujiang commented on Jan 5, 2018

@realxujiang
Author

Thanks for your help , recently I use ngx-admin to develop application, and all the problem disappeared after I change fsevents to version 1.1.3, the app you provide is awesome , thanks again .

nnixaa

nnixaa commented on Jan 5, 2018

@nnixaa
Collaborator

 Glad to hear that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nnixaa@realxujiang

        Issue actions

          install npm modules:binaries not found for fsevents@1.1.2 and node@9.3.0 · Issue #1474 · akveo/ngx-admin