You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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?
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 .
Activity
nnixaa commentedon Jan 3, 2018
Hi @realxujiang, could you please specify your npm version?
realxujiang commentedon Jan 4, 2018
Hi @nnixaa , the npm what I use is 5.6.0, and as follow is the report error screenshot
nnixaa commentedon Jan 4, 2018
Just tried and cannot reproduce, could you remove
node_modules
folder, remove npm cache and trynpm i
again?realxujiang commentedon Jan 5, 2018
I have tried like this,remove
node_modules
andnpm cach
,but still have the problem.nnixaa commentedon Jan 5, 2018
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 commentedon Jan 5, 2018
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 commentedon Jan 5, 2018
Glad to hear that!