pvaladez
pvaladez
@Xananax - I recently upgraded gatsby-remark-relative-images to version 2 on my fork and I found that I needed to move gatsby-remark-normalize-paths before gatsby-remark-relative-images in [gatsby-config.js on Line 59](https://github.com/pvaladez/brevifolia-gatsby-forestry/blob/af1f9c7b04dc72f2aa7910997ed2eed31b2c8483/gatsby-config.js#L59). Then I...
@Xananax - well nevermind I tried all that and it didn't work with native Windows nodeJS. I definitely recommend using WSL2 Ubuntu with Windows... not having this problem with Ubuntu...
@aadilali The process is described in this comment: https://github.com/BrowserSync/browser-sync/issues/1917#issuecomment-968318013 But I'll try to lay out the process in my own words: 1. Find the directory where your global npm packages...
Hey Tim, If the theme is a stencil based theme and not a blueprint theme then there should have already been a config.json file after downloading it from the BigCommerce...
You can install any version with npm. Example to install version 3.6.4: `npm install -g @bigcommerce/[email protected]` View the version with `stencil --version`
I needed to delete `node_modules/` and then reinstall packages with `yarn` after doing `yarn add [email protected]` and adding ``` "resolutions": { "next": "12.2.4" } ``` to `package.json`.
On the current latest version of stencil-cli, version 7.2, the line numbers being reported in chrome dev tools are always for the parent selector at the root level of the...
Using Chrome v120 I'm not able to get it working with or without the `` component wrapping my app. It also doesn't work at [https://swr-devtools.vercel.app/](https://swr-devtools.vercel.app/). However, it does work in...
Closing as this is fixed on newer versions.
I'm not sure about the context of that PR, but Cornerstone currently uses `{{product.show_quantity_input}}` which is controlled by the BC control panel setting `Settings > Display > Show Quantity Box...