gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.27k stars 10.32k forks source link

Gatsby develop command error #3183

Closed MaralS closed 6 years ago

MaralS commented 6 years ago

Hi everyone, I just created a new Gatsby project for a client. I just ran these following commands gatsby new mynewproject cd mynewproject gatsby develop

Until here, nothing wrong. But when i'm on localhost:8000 I have this error message :

TypeError: Cannot read property 'jsonName' of undefined

I tried several time to delete the folder and reinstall Gatsby but I can't fix this issue.

fireshot capture 3 - - http___localhost8000

What can I do in order to solve this issue ??

Thank in advance for your help.

Have a great day.

Maral

rdela commented 6 years ago

Hi @MaralS are you up to date? If not can you try with Gatsby 1.9.131 https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/package.json#L4

and gatsby-cli 1.1.27 https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-cli/package.json#L4

Run npm install -g gatsby-cli (docs) to update gatsby-cli only or npm update -g (docs) to update all global packages.

Or yarn upgrade (docs) / upgrade-interactive (docs) if you installed with Yarn

Then if it is still showing errors try manually updating Gatsby version in your package.json to ^1.9.131 (current) like ^1.9.128 example here https://github.com/gatsbyjs/gatsby-starter-blog/pull/78/commits/7fffe708014581451ea78272b1465aa043440eb9#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R10

Think when this is merged this should go away https://github.com/gatsbyjs/gatsby-starter-blog/pull/78

rdela commented 6 years ago

@MaralS you will also need to npm i or yarn, whichever you prefer, again after this step:

Then if it is still showing errors try manually updating Gatsby version in your package.json to ^1.9.131 (current) like ^1.9.128 example here https://github.com/gatsbyjs/gatsby-starter-blog/commit/7fffe708014581451ea78272b1465aa043440eb9#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R10

MaralS commented 6 years ago

I'm using Yarn now, and everything work. Thanks 👍

AtHeartEngineer commented 6 years ago

This is still broken for me. I'd prefer not to use yarn. Following the get started instructions doesn't work. (https://www.gatsbyjs.org/docs/)

success delete html files from previous builds — 0.007 s
success open and validate gatsby-config.js — 0.004 s
success copy gatsby files — 0.018 s
success onPreBootstrap — 0.004 s
success source and transform nodes — 0.015 s
success building schema — 0.095 s
success createLayouts — 0.599 s
success createPages — 0.331 s
success createPagesStatefully — 1.465 s
success onPreExtractQueries — 0.001 s
success update schema — 0.045 s
success extract queries from components — 0.195 s
success run graphql queries — 0.028 s
error UNHANDLED REJECTION

  TypeError: Cannot read property 'jsonName' of undefined
  - pages-writer.js:79
    [progressfm]/[gatsby]/dist/internal-plugins/query-runner/pages-writer.js:
    79:36

  - Array.forEach

  - next_tick.js:131 _combinedTickCallback
    internal/process/next_tick.js:131:7

  - next_tick.js:180 process._tickCallback
    internal/process/next_tick.js:180:9
MaralS commented 6 years ago

@AtHeartEngineer is faster than npm, you should at least try :)

reramjiawan commented 6 years ago

This problem still persists today following the exact steps as listed on the Gatsby website, tried both NPM and Yarn.

[error] UNHANDLED REJECTION

  TypeError: Cannot read property 'jsonName' of undefined

  - pages-writer.js:79
    [gatsby-site]/[gatsby]/dist/internal-plugins/query-runner/pages-writer.js:79:36

  - Array.forEach

  - next_tick.js:131 _combinedTickCallback
    internal/process/next_tick.js:131:7

  - next_tick.js:180 process._tickCallback
    internal/process/next_tick.js:180:9`
szimek commented 6 years ago

@reramjiawan What version of node, yarn and gatsby are you using? What OS? Could you also paste the whole output of gatsby new ... command?

reramjiawan commented 6 years ago

OS: Windows 10 64-bit Node: 8.9.4 Yarn: 1.3.2 Gatsby: 1.9.157

Followed the exact steps on the Gatsby website, installed the Gatsby CLI and then ran the commands as shown.

Your environment has been set up for using Node.js 8.9.4 (x64) and npm.

C:\Users\Ravindre>cd C:\Program Files (x86)\Ampps\www

C:\Program Files (x86)\Ampps\www>gatsby new gatsby-site
info Creating new site from git: git://github.com/gatsbyjs/gatsby-starter-default.git
Cloning into 'gatsby-site'...
remote: Counting objects: 700, done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 700 (delta 7), reused 16 (delta 4), pack-reused 679
Receiving objects: 100% (700/700), 661.25 KiB | 1.00 MiB/s, done.
Resolving deltas: 100% (403/403), done.
success Created starter directory layout
info Installing packages...
yarn install v1.3.2
info No lockfile found.
[1/4] Resolving packages...
warning gatsby > babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
[2/4] Fetching packages...
info fsevents@1.1.3: The platform "win32" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "gatsby > postcss-cssnext@2.11.0" has unmet peer dependency "caniuse-db@^1.0.30000652".
warning " > react-helmet@5.2.0" has unmet peer dependency "react@>=15.0.0".
[4/4] Building fresh packages...
success Saved lockfile.
Done in 15.99s.

C:\Program Files (x86)\Ampps\www>cd C:\Program Files (x86)\Ampps\www\gatsby-site

C:\Program Files (x86)\Ampps\www\gatsby-site>gatsby develop
success delete html files from previous builds — 0.007 s
success open and validate gatsby-config.js — 0.005 s
success copy gatsby files — 0.025 s
success onPreBootstrap — 0.005 s
success source and transform nodes — 0.022 s
success building schema — 0.093 s
success createLayouts — 4.484 s
success createPages — 3.173 s
success createPagesStatefully — 6.130 s
success onPreExtractQueries — 0.001 s
success update schema — 0.055 s
success extract queries from components — 0.438 s
success run graphql queries — 0.637 s
error UNHANDLED REJECTION

  TypeError: Cannot read property 'jsonName' of undefined

  - pages-writer.js:79
    [gatsby-site]/[gatsby]/dist/internal-plugins/query-runner/pages-writer.js:79:36

  - Array.forEach

  - next_tick.js:131 _combinedTickCallback
    internal/process/next_tick.js:131:7

  - next_tick.js:180 process._tickCallback
    internal/process/next_tick.js:180:9
szimek commented 6 years ago

Does anyone have this error on OS other than Windows?

reramjiawan commented 6 years ago

With some help of @KyleAMathews on Discord we tracked the problem down to being to the glob failing, which means the layout object isn't created.

C:\Program Files (x86)\Ampps\www\gatsby-site>gatsby develop
success delete html files from previous builds — 0.008 s
success open and validate gatsby-config.js — 0.005 s
success copy gatsby files — 0.026 s
success onPreBootstrap — 0.005 s
success source and transform nodes — 0.017 s
success building schema — 0.097 s
⠁ C:/Program Files (x86)/Ampps/www/gatsby-site/src/layouts/**/?.(js,jsx)
[]
success createLayouts — 0.678 s
success createPages — 0.009 s
success createPagesStatefully — 2.511 s
success onPreExtractQueries — 0.002 s
success update schema — 0.046 s
success extract queries from components — 0.094 s
success run graphql queries — 0.109 s
⠁ { layout: 'index',
  jsonName: 'dev-404-page.json',
  internalComponentName: 'ComponentDev404Page',
  path: '/dev-404-page/',
  matchPath: undefined,
  component: 'C:/Program Files (x86)/Ampps/www/gatsby-site/.cache/dev-404-page.js',
  componentChunkName: 'component---cache-dev-404-page-js',
  context: {},
  updatedAt: 1516211479261,
  pluginCreator___NODE: 'Plugin dev-404-page',
  pluginCreatorId: 'Plugin dev-404-page',
  componentPath: 'C:/Program Files (x86)/Ampps/www/gatsby-site/.cache/dev-404-page.js' } []
error UNHANDLED REJECTION

  TypeError: Cannot read property 'jsonName' of undefined

  - pages-writer.js:80
    [gatsby-site]/[gatsby]/dist/internal-plugins/query-runner/pages-writer.js:80:36

  - Array.forEach

  - next_tick.js:131 _combinedTickCallback
    internal/process/next_tick.js:131:7

  - next_tick.js:180 process._tickCallback
    internal/process/next_tick.js:180:9
reramjiawan commented 6 years ago

The problem is solved! It is related to being a permission issue on Windows Machines. Installing Gatsby on a other drive or folder which does not need permission so NOT Program Files will solve the problem!

szimek commented 6 years ago

@reramjiawan Looks like node-glob package has some strange issues on Windows, e.g. https://github.com/isaacs/node-glob/issues/245 :/

KyleAMathews commented 6 years ago

@szimek hmm that could be it

Both node-glob and chokidar are failing to find the layout component file https://github.com/gatsbyjs/gatsby/blob/0a1e42cf39f5189a7730d7ef6c818bb8eefbda9e/packages/gatsby/src/internal-plugins/component-layout-creator/gatsby-node.js#L29

szimek commented 6 years ago

While it sucks a bit, if it's really caused by this permissions issue, maybe Gatsby could check file permissions when creating a new app and report an error/warning if they are incorrect (whatever it actually means) and could break node-glob?

justinfrench commented 6 years ago

@szimek I've just experienced this same issue on macOS, so it doesn't seem to be limited to Windows. Is there a particular file or directory that needs a specific set of permissions to work-around this?

szimek commented 6 years ago

@KyleAMathews I'm not really sure what this line https://github.com/gatsbyjs/gatsby/blob/0a1e42cf39f5189a7730d7ef6c818bb8eefbda9e/packages/gatsby/src/internal-plugins/component-layout-creator/gatsby-node.js#L29 is supposed to be doing. The path gets evaluated to something like

/Users/.../src/layouts/**/?(js,jsx)

that doesn't find anything, because ?(js,jsx) matches js or jsx. A different glob path is passed a few lines later to chokidar: https://github.com/gatsbyjs/gatsby/blob/0a1e42cf39f5189a7730d7ef6c818bb8eefbda9e/packages/gatsby/src/internal-plugins/component-layout-creator/gatsby-node.js#L34 This gets evaluated to

/Users/.../src/layouts/**/*.{js,jsx}

which, in my case, returns [ './src/layouts/index.jsx' ].

Though I don't think it causes the issue mentioned in this thread :/

szimek commented 6 years ago

@KyleAMathews

I've just encountered the same error, but it was my mistake. When calling createPage in gatsby-node.js I'm passing layout name based on locale parameter coming from a query, but I forgot to create layout files for all supported locale. So it was trying to find a layout with id de but failed, because there was no such file in src/layouts.

So it looks like there are 2 similar issues:

The first issue could be solved by throwing an error if a layout can't be found in pages-writer.js#L45-L49 and then catching rejected promise in https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/bootstrap/index.js#L360

I can create a PR for that, but I'm not sure though if error reporting is done simply using console.log or by some other mechanism.

The second issue could be solved by adding some check after generating new Gatsby project to see if at least the default index layout can be found.

braco commented 6 years ago

@szimek Anything would be better than current, I'm having this issue on macOS and trying to debug the vague error messages.

This seems gatsby-plugin-i18n related for me as well. I changed { useLangKeyLayout: false } in gatsby-config.js for now, which seems to work.

szimek commented 6 years ago

gatsby@1.9.173 will now report missing layout files:

Error: Could not find layout 'some-name'. Check if this file exists in 'src/layouts'.

instead of this:

TypeError: Cannot read property 'jsonName' of undefined

It still doesn't fix the issue that Gatsby sometimes can't find layout files on Windows though :/

KyleAMathews commented 6 years ago

Hmmm... boo :-(

LekoArts commented 6 years ago

The problem is solved! It is related to being a permission issue on Windows Machines. Installing Gatsby on a other drive or folder which does not need permission so NOT Program Files will solve the problem!

I first checked that one but my problem wasn't resolved by that. But my folder had ä,ö,ü in the name... After removing these letters it worked.

Maybe that helps! :)

szimek commented 6 years ago

@LeKoArts Which version of Gatsby are you using?

LekoArts commented 6 years ago

@szimek 1.9.178

szimek commented 6 years ago

@LeKoArts Thanks. This version already includes my fix for permissions issue on Windows e.g. when you create your app in C:\Program Files (x86), but it looks like there's another issue with folders with letters containing diacritics :/ I still got my Windows VM, so I'll take a look at it.

EDIT: I created a Gatsby app in C:\Users\IEUser\WWW\gatsby-ąę-ascii-test folder and while gatsby develop worked just fine, gatsby build got stuck on Building static HTML for pages step, but it looks like a different error than this.

MaralS commented 6 years ago

I don't know why I'm still having this issue for a new project. It's exhausting !

szimek commented 6 years ago

@MaralS Hey, I've got a few questions:

  1. Is it exactly the same error as you had originally?
  2. What versions of Windows, Node.js (node --version), yarn (yarn --version), Gatsby CLI (gatsby --version) and Gatsby (yarn list gatsby) are you using?
  3. What is the path to your project?

It looks like in your case it's caused by a different issue than the missing layouts. I'm guessing it's caused by a <Link> component that points to non-existing page, but the default starter should not generate such links.

MaralS commented 6 years ago

@szimek, yes this is the same error :/ In my case I have

I did not modify the original layouts, I just installed the packages, gatsby plugins. Here are all the packages installed using yarn list --pattern gatsby

$ yarn list --pattern gatsby
yarn list v1.3.2
├─ gatsby-1-config-css-modules@1.0.9
├─ gatsby-cli@1.1.40
├─ gatsby-image@1.0.38
├─ gatsby-link@1.6.37
├─ gatsby-module-loader@1.0.10
├─ gatsby-plugin-canonical-urls@1.0.13
├─ gatsby-plugin-catch-links@1.0.16
├─ gatsby-plugin-google-tagmanager@1.0.14
├─ gatsby-plugin-manifest@1.0.14
├─ gatsby-plugin-netlify-cms@1.0.7
├─ gatsby-plugin-netlify@1.0.18
├─ gatsby-plugin-offline@1.0.14
├─ gatsby-plugin-react-helmet@2.0.5
├─ gatsby-plugin-sharp@1.6.31
├─ gatsby-plugin-sitemap@1.2.13
├─ gatsby-react-router-scroll@1.0.11
├─ gatsby-remark-images@1.5.47
├─ gatsby-source-filesystem@1.5.20
├─ gatsby-transformer-remark@1.7.33
├─ gatsby-transformer-sharp@1.6.20
└─ gatsby@1.9.203
Done in 3.23s.
MaralS commented 6 years ago

@szimek it seems like it's a problem related to Windows. It works fine on my mac but I really need to fix this bug on Windows :(

szimek commented 6 years ago

@MaralS Yeah, it's probably something similar to the layout issue, where the glob pattern was working on Mac and Linux, but not on Windows. I'll try to find some time till the end of this week to set up Windows VM again and see if I can reproduce this error.

szimek commented 6 years ago

@MaralS Which Gatsby starter are you using? I just created a new app using the default one and it works fine. I see that you got many more gatsby-* packages than I have:

C:\Users\IEUser\Documents\Projects\gatsby-windows-issue>yarn list --pattern gatsby
yarn list v1.3.2
├─ gatsby-1-config-css-modules@1.0.9
├─ gatsby-cli@1.1.41
├─ gatsby-link@1.6.37
├─ gatsby-module-loader@1.0.10
├─ gatsby-plugin-react-helmet@2.0.5
├─ gatsby-react-router-scroll@1.0.11
└─ gatsby@1.9.206

Here are version I'm using:

MaralS commented 6 years ago

@szimek I used the gatsby-starter-default, but I installed other plugins in order to have my own ready-to-use project :) You can clone my repo here if you want to test.

MaralS commented 6 years ago

@szimek I tried to delete the repo and clone it again. It doesn't work.

rm -R gatsby-boilerplate && git clone https://github .com/MaralS/gatsby-boilerplate.git && cd gatsby-boiler plate && yarn install && yarn develop

When I'm on http://localhost:8000/ I still have the same error.

Any idea @KyleAMathews ?

MaralS commented 6 years ago

I tried to do yarn upgrade-interactive When I run yarn develop I have these kind of errors

 d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonn
  elProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonn
  elProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonn
  elProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPer
  sonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules\gatsby\nod
  e_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sab
  baghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerpl
  ate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules\gatsby\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules\gatsby\nod
  e_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sab
  baghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerpl
  ate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules\gatsby\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules\gatsby\nod
  e_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sab
  baghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerpl
  ate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules\gatsby\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules\gatsby\nod
  e_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sab
  baghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerpl
  ate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules\gatsby\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules\gatsby\nod
  e_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sab
  baghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerpl
  ate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules\gatsby\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules\gatsby\nod
  e_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sab
  baghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerpl
  ate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules\gatsby\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules\gatsby\nod
  e_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sab
  baghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerpl
  ate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules\gatsby\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules\gatsby\nod
  e_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sab
  baghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerpl
  ate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules\gatsby\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
    looking for modules in d:\Maral Sabbagh\Documents\Personnel\Projets\
  Maral_Sabbagh\Développement\gatsby-boilerplate\node_modules\gatsby\nod
  e_modules
      d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dévelop
  pement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sab
  baghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerpl
  ate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist (modu
  le as directory)
      resolve 'file' d:Maral SabbaghDocumentsPersonnelProjetsMaral_Sabba
  ghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js in d:\Maral Sabbagh
  \Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boiler
  plate\node_modules\gatsby\node_modules
        resolve file
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js doesn't exist
          d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Dév
  eloppement\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral
   SabbaghDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boil
  erplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx doesn't exist
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\d:Maral SabbaghDocumentsPersonnelP
  rojetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.js]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
  [d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développem
  ent\gatsby-boilerplate\node_modules\gatsby\node_modules\d:Maral Sabbag
  hDocumentsPersonnelProjetsMaral_SabbaghDéveloppementgatsby-boilerplate
  ode_modulesgatsby-plugin-react-helmetgatsby-ssr.js.jsx]
   @ ./.cache/api-runner-ssr.js 4:10-166

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about t
his command.

I'm stuck with this issue for weeks and any help will be appreciated. Thank you !

Have a nice day Maral

KyleAMathews commented 6 years ago

What versions of Node & Yarn are you on?

MaralS commented 6 years ago

@KyleAMathews node 8.9.4 yarn 1.3.2

KyleAMathews commented 6 years ago

Hmmm something is really screwy there. All the slashes between the path names are being removed somehow. I haven't seen that before :-(

What's your package.json look like?

MaralS commented 6 years ago

Yes I agree, and I really don't know why. Here is my package.json file


{
  "name": "gatsby-boilerplate",
  "description": "Boilerplate based on Gatsby default starter",
  "version": "1.3.2",
  "author": "Maral Sabbagh <contact@maralsabbagh.fr>",
  "dependencies": {
    "gatsby": "^1.9.202",
    "gatsby-image": "^1.0.37",
    "gatsby-link": "^1.6.37",
    "gatsby-plugin-react-helmet": "^2.0.5",
    "react-burger-menu": "^2.2.3",
    "react-helmet": "^5.2.0",
    "react-share": "^2.0.0",
    "recompose": "^0.26.0",
    "rename": "^1.0.4",
    "uws": "^9.14.0"
  },
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "main": "n/a",
  "scripts": {
    "build": "gatsby build",
    "develop": "gatsby develop",
    "format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "gatsby-plugin-canonical-urls": "^1.0.13",
    "gatsby-plugin-catch-links": "^1.0.16",
    "gatsby-plugin-google-tagmanager": "^1.0.14",
    "gatsby-plugin-manifest": "^1.0.14",
    "gatsby-plugin-netlify": "^1.0.18",
    "gatsby-plugin-netlify-cms": "^1.0.7",
    "gatsby-plugin-offline": "^1.0.14",
    "gatsby-plugin-sharp": "^1.6.30",
    "gatsby-plugin-sitemap": "^1.2.13",
    "gatsby-remark-images": "^1.5.46",
    "gatsby-source-filesystem": "^1.5.20",
    "gatsby-transformer-remark": "^1.7.33",
    "gatsby-transformer-sharp": "^1.6.20",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^4.1.0",
    "gulp-babel": "^7.0.1",
    "gulp-clean-css": "^3.9.2",
    "gulp-concat": "^2.6.1",
    "gulp-imagemin": "^4.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
    "gulp-uglify": "^3.0.0",
    "netlify-cli": "^1.2.2",
    "prettier": "^1.10.2",
    "react-google-maps": "^9.4.5",
    "react-transition-group": "^2.2.1"
  }
}

I just added more plugin in order to have a ready-to-use repo for my future projects. It works fine on mac but I'm a windows user

LekoArts commented 6 years ago

Maybe related to this one: https://github.com/gatsbyjs/gatsby/pull/4280

MaralS commented 6 years ago

@LeKoArts How can I fix the issue ? I upgraded all the packages, including Gatsby

rdela commented 6 years ago

@MaralS did you upgrade gatsby-cli?

First try this part from earlier https://github.com/gatsbyjs/gatsby/issues/3183#issuecomment-351535861

Run npm install -g gatsby-cli (docs) to update gatsby-cli only or npm update -g (docs) to update all global packages.

Or yarn upgrade (docs) / upgrade-interactive (docs) if you installed with Yarn

Then, if that still does not help, first delete any/all ./cache, public/, and node_modules/ directories in your Gatsby project and then yarn or npm i to reinstall packages. The terminal command

rm -rf .cache/ public/ node_modules/

Works in Bash Unix shell for this and is something I use frequently when testing. Do you have WSL (FAQ)? If so you could use that Bash command above, otherwise the check out the equivalent PowerShell docs on Remove-Item if you are already using PowerShell.

You may also try removing any yarn.lock or package-lock.json files at this point.

After all that, if you are still stuck, maybe try a fresh clone of your favorite Gatsby starter repo or go step by step adding packages back from gatsby new until/if you see the error again. Or if you want to pick up where you left off, all your Gatsby files and pages you can copy over, and then fix dependency errors by adding packages back.

That would be super helpful, especially if you report back here what worked, if anything, or did not...@ mention me if you want and I will help you keep debugging.

MaralS commented 6 years ago

@rdela I literally tried everything. I think It's due to of the number of package, I want to understand whick package causes this issue.

I will clone again the gatsby starter default and install step by step all the packages and test. I will notice you when I'll find out !

It's frustrating because on Mac OS I have no issues...but I'm essentially on Windows so...that's a big problem :/

MaralS commented 6 years ago

@rdela I tried to clone again the gatsby starter repo and run the command yarn develop but I still have the same error 😢😢😢

anttti commented 6 years ago

Ran into this issue today while hosting a workshop for local students. On Windows, if the project is under a path that has non-[a-zA-Z0-9] letters (in our case, the letter 'ä'), this problem occurs.

rdela commented 6 years ago

Thanks for describing your encounter with this error @anttti!

@MaralS does this hold true for your case? If so, would you try moving the project(s) directories to a path with only alphanumeric characters, underscores, and hyphens (a-z, 0-9, _, and - itself) and see if that solves for now?

From your earlier error: https://github.com/gatsbyjs/gatsby/issues/3183#issuecomment-370128994

[...]
d:\Maral Sabbagh\Documents\Personnel\Projets\Maral_Sabbagh\Développement\gatsby-boilerplate\
[...]

Looks like Développement would be the culprit. Could you add a new directory, dev, or something without an accent or any other diacritics under Maral_Sabbagh and move gatsby-boilerplate there (or clone source again, gatsby new, whatever you were doing before, or whatever is easiest if you do not want to move gatsby-boilerplate), see if that works and report back when you can?

If it does work, hoping this is a temporary fix and we can get Gatsby working on any path that should work on Windows soon.

Cc @szimek @LeKoArts @KyleAMathews

MaralS commented 6 years ago

@rdela It finally works, thanks a lot !!!!!!!!

LekoArts commented 6 years ago

Ehmmm, yeah... I reported that one month ago didn‘t I?

MaralS commented 6 years ago

@LeKoArts yes indeed, my bad sorry !

Ryan8765 commented 5 years ago

This same issue is occurring for me, and it doesn't seem dependent on special characters. As soon as I run "npm install --save gatsby-plugin-typography react-typography typography" on the tutorial on windows then run "gatsby develop" I get the same error:

error There was a problem loading the local develop command. Gatsby may not be installed in your site's "node_modules" directory. Perhaps you need to run "npm install"? You might need to delete your "package-lock.json" as well.

jonniebigodes commented 5 years ago

@Ryan8765 i've ran the tutorial and confirm that the issue exists. While checking the version of gatsby that the starter uses it seems a bit outdated, so in order to correct the issue you're experiencing run npm uninstall --save gatsby && npm install --save to get the latest version. After that the issue you're experiencing will be resolved.