Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gatsby develop command error #3183

Closed
MaralS opened this issue Dec 11, 2017 · 49 comments
Closed

Gatsby develop command error #3183

MaralS opened this issue Dec 11, 2017 · 49 comments

Comments

@MaralS
Copy link

MaralS commented Dec 11, 2017

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___localhost_8000_

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

Thank in advance for your help.

Have a great day.

Maral

@rdela
Copy link
Contributor

rdela commented Dec 13, 2017

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 gatsbyjs/gatsby-starter-blog@7fffe70#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R10

Think when this is merged this should go away
gatsbyjs/gatsby-starter-blog#78

@rdela
Copy link
Contributor

rdela commented Dec 13, 2017

@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 gatsbyjs/gatsby-starter-blog@7fffe70#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R10

@MaralS
Copy link
Author

MaralS commented Dec 18, 2017

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

@AtHeartEngineer
Copy link

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
Copy link
Author

MaralS commented Jan 15, 2018

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

@reramjiawan
Copy link

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
Copy link
Contributor

szimek commented Jan 15, 2018

@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
Copy link

reramjiawan commented Jan 16, 2018

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
Copy link
Contributor

szimek commented Jan 16, 2018

Does anyone have this error on OS other than Windows?

@reramjiawan
Copy link

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
Copy link

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
Copy link
Contributor

szimek commented Jan 17, 2018

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

@KyleAMathews
Copy link
Contributor

@szimek hmm that could be it

Both node-glob and chokidar are failing to find the layout component file

let files = await glob(`${layoutDirectory}/**/?(${exts})`)

@szimek
Copy link
Contributor

szimek commented Jan 17, 2018

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
Copy link

@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
Copy link
Contributor

szimek commented Jan 20, 2018

@KyleAMathews I'm not really sure what this line

let files = await glob(`${layoutDirectory}/**/?(${exts})`)

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:


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
Copy link
Contributor

szimek commented Jan 26, 2018

@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:

  • it would be great to add more meaningful error message when a layout can't be found
  • on some systems, most likely because of some permissions issues in node-glob package, layouts files can't be found and thus it fails to find any layout

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
Copy link

braco commented Jan 28, 2018

@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
Copy link
Contributor

szimek commented Jan 29, 2018

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
Copy link
Contributor

Hmmm... boo :-(

@LekoArts
Copy link
Contributor

LekoArts commented Feb 3, 2018

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
Copy link
Contributor

szimek commented Feb 3, 2018

@LekoArts Which version of Gatsby are you using?

@LekoArts
Copy link
Contributor

LekoArts commented Feb 3, 2018

@szimek 1.9.178

@szimek
Copy link
Contributor

szimek commented Feb 3, 2018

@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
Copy link
Author

MaralS commented Feb 20, 2018

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

@szimek
Copy link
Contributor

szimek commented Feb 20, 2018

@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
Copy link
Author

MaralS commented Feb 21, 2018

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

  • Windows 10
  • node --version - 8.9.4
  • yarn --version - 1.3.2
  • gatsby --version - 1.1.27

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
Copy link
Author

MaralS commented Feb 22, 2018

@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
Copy link
Contributor

szimek commented Feb 22, 2018

@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
Copy link
Contributor

szimek commented Feb 22, 2018

@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:

  • Windows 10
  • node --version - 8.9.4
  • yarn --version - 1.3.2
  • gatsby --version - 1.1.41

@MaralS
Copy link
Author

MaralS commented Feb 23, 2018

@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
Copy link
Author

MaralS commented Feb 27, 2018

@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
Copy link
Author

MaralS commented Mar 3, 2018

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
Copy link
Contributor

What versions of Node & Yarn are you on?

@MaralS
Copy link
Author

MaralS commented Mar 3, 2018

@KyleAMathews
node 8.9.4
yarn 1.3.2

@KyleAMathews
Copy link
Contributor

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
Copy link
Author

MaralS commented Mar 3, 2018

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
Copy link
Contributor

LekoArts commented Mar 3, 2018

Maybe related to this one:
#4280

@MaralS
Copy link
Author

MaralS commented Mar 8, 2018

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

@rdela
Copy link
Contributor

rdela commented Mar 8, 2018

@MaralS did you upgrade gatsby-cli?

First try this part from earlier #3183 (comment)

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
Copy link
Author

MaralS commented Mar 9, 2018

@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
Copy link
Author

MaralS commented Mar 9, 2018

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

@anttti
Copy link

anttti commented Mar 15, 2018

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
Copy link
Contributor

rdela commented Mar 15, 2018

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:
#3183 (comment)

[...]
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
Copy link
Author

MaralS commented Mar 16, 2018

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

@LekoArts
Copy link
Contributor

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

@MaralS
Copy link
Author

MaralS commented Mar 16, 2018

@LekoArts yes indeed, my bad sorry !

@Ryan8765
Copy link

Ryan8765 commented Nov 18, 2018

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
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests