There is a problem installing weex

there was an error initializing the project after installing weex, according to the documentation. How to solve this problem

weex create awesome-app
node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.6.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) 
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.6.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) 

Dec.09,2021

solved


I also encountered the same problem. + 1


try a lower version of node. Try issue

.
Menu