sellflow / sellflow

A beautiful, customizable open-source mobile app template for your Shopify storefront!

Home Page:https://sellflow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid regular expression: Unterminated character class

leobrtlt opened this issue · comments

Hello,

when i start sellflow with "yarn start', it's work like 5 minutes and crashed with this error:

Is it normal ? Thank's !

Capture

Hmm, no this isn't right. I haven't seen this one before.

Can you check which version of Node you have installed?

node -v

Thanks!

/cc @gabriellaputri

Hey, I did a quick google of that error and it appears to be an issue with certain versions of Expo (or the libraries that Expo depends on) when used with certain versions of Node.

See solution here.

I'll close this for now, but if that doesn't help, post back here and we can re-open.

Thanks!

Hey,
My node version is v12.18.0

I try your "solution", it's work, but now, when sellflow start on my phone, he said

Operator 'abs' not found

I don't know why this error occured, i didn't touch any file of sellflow

The full pastebin of error are here: https://pastebin.com/TsBuemSX

but now, when sellflow start on my phone, he said

Operator 'abs' not found

I haven't seen this one before either, maybe try checking out this StackOverflow post.

Yup, thank's it's work perfectly, i just have a little bug on our script (Product quantity equals 0 and i can't change the number), i try to resolve this bug

Thank's !