gatsby-source-shopify throws EPERM: operation not permitted in gatsby develop and gatsby build #29703
Replies: 3 comments 4 replies
-
It tries to download files and write them to your hard-drive. Make sure that your user/the process has enough permissions to do that. |
Beta Was this translation helpful? Give feedback.
-
@LekoArts I was able to get Gatsby develop working again after downgrading gatsby-cli to 2.17.0. I tried each major release from 2.19.2 backwards to 2.17.0. Do you know of any issues with the gatsby-cli recent releases? |
Beta Was this translation helpful? Give feedback.
-
@LekoArts Unfortunately this issue persists after going away for a bit. I started a new site and proceeded to build up again, and still run into this issue. I tried downgrading node to 10.22.1 to see if that is the problem. No luck, still have EPERM issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am running into issues with gatsby-source-shopify on multiple projects and using different stores. See repro repo here.
Steps to reproduce
Expected result
Gatsby develop should run completely.
Actual result
Gatsby develop exits after an error occurs sourcing shopify data, and throws another error with gatsby-source-filesystem
gatsby-config.js
package.json
Environment
System:
OS: Windows 10 10.0.19041
CPU: (8) x64 Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz
Binaries:
Node: 12.20.2 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.10 - C:\Program Files\nodejs\yarn.CMD
npm: 6.14.11 - C:\Program Files\nodejs\npm.CMD
Languages:
Python: 3.9.1
Browsers:
Chrome: 88.0.4324.182
Edge: Spartan (44.19041.423.0), Chromium (88.0.705.74)
npmPackages:
gatsby: ^2.26.1 => 2.26.1
gatsby-source-shopify: ^3.10.0 => 3.10.0
npmGlobalPackages:
gatsby-cli: 2.19.1
Beta Was this translation helpful? Give feedback.
All reactions