abhijithvijayan / web-extension-starter

🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
MIT License
2.01k stars 171 forks source link

fsevent is incompatible with this module, build skipped. #67

Closed zava810 closed 3 years ago

zava810 commented 3 years ago

yarn install # build is getting skipped in linux mint 20 yn0062 The platform linux is incompatible with this module, build skipped.

abhijithvijayan commented 3 years ago

I dont understand. Could you elaborate the issue?

Also, this is just a typscript shared config. There is no build involved with this.

zava810 commented 3 years ago

steps ( linux mint : node 14.7.0(lts) , yarn (2.4.1) 1) in linux mint : curl -fsSL https://github.com/abhijithvijayan/web-extension-starter/archive/react-typescript.tar.gz | tar -xz --strip-components=1 2) yarn install not getting installed in linux as fsevent is incompatible with this module.

(sorry i should have opened this in web-extension-starter)

abhijithvijayan commented 3 years ago

@zava810 i have bumped dependencies for all branches.

try with the latest version of the branch and see if it works

zava810 commented 3 years ago

1) eslint-config-airbnb-typescript@npm:8.0.2 [92137] doesn't provide eslint-plugin-react-hooks (pf358d), requested by eslint-config-airbnb 2) YN0062 : fsevents@patch:fsevents .... linux is incompatible with this module, build skipped

it seems in linux fsevent is incompatible with both typescript/javascript release. when searching on net , fsevent is needed for macos , not for linux .

abhijithvijayan commented 3 years ago

stale. closing.