flexn-io / create

Build apps for web, TVs, desktops, consoles, wearables and more. Developer friendly UI library targeting all form factors platforms. Another notable feature is providing focus management for TVs which very easy to implement using Create.
https://create.flexn.org
MIT License
26 stars 6 forks source link

Cross platform postinstall #147

Closed mihaiblaga89 closed 1 year ago

mihaiblaga89 commented 1 year ago
[4/4] Building fresh packages...
error /home/runner/work/studio/studio/node_modules/@flexn/create: Command failed.
Exit code: 2
Command: sh tools/overrideRNScrollView.sh
Arguments: 
Directory: /home/runner/work/studio/studio/node_modules/@flexn/create
Output:
tools/overrideRNScrollView.sh: 3: set: Illegal option -o pipefail

on ubuntu only

wwwebgainss0 commented 1 year ago

I got the same problem by trying to deploy for webos or tizen

On linux when I try to run Script manually, i am getting this error:


sh node_modules/@flexn/create/tools/overrideRNScrollView.sh
node_modules/@flexn/create/tools/overrideRNScrollView.sh: 3: set: Illegal option -o pipefail

same on windows.

THX

mihaiblaga89 commented 1 year ago

PR https://github.com/flexn-io/create/pull/146