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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
I am currently setting up App Extension by following this guide by @tanseercena but ran into an issue . As shown below, is this the correct way of setting up the app extension path? I created a new "app_extension" directory and ran npm install in "app_extension" root. But when I ran npm run shopify, the terminal is giving me the error "SyntaxError: Cannot use import statement outside a module". Not sure what I did wrong. Did anyone run into same problem?
The text was updated successfully, but these errors were encountered:
I am currently setting up App Extension by following this guide by @tanseercena but ran into an issue . As shown below, is this the correct way of setting up the app extension path? I created a new "app_extension" directory and ran
npm install
in "app_extension" root. But when I rannpm run shopify
, the terminal is giving me the error "SyntaxError: Cannot use import statement outside a module". Not sure what I did wrong. Did anyone run into same problem?The text was updated successfully, but these errors were encountered: