Uncaught TypeError: Failed to resolve module specifier "shopify-buy". Relative references must start with either "/", "./", or "../"

48 views Asked by At

When I am trying to use import Client from "shopify-buy"; in myscripts.js file getting this error Uncaught TypeError: Failed to resolve module specifier "shopify-buy". Relative references must start with either "/", "./", or "../".

Already included also did npm install shopify-buy

When I am trying to use import Client from "shopify-buy"; in myscripts.js file getting this error Uncaught TypeError: Failed to resolve module specifier "shopify-buy". Relative references must start with either "/", "./", or "../".

Already included also did npm install shopify-buy

0

There are 0 answers