Still not having any luck.
Below is my package.json
{
"name": "@ashnaz87/afghanistan-turks-association",
"description": "Repository for Afghanistan Turks Association UK website",
"version": "1.0.0",
"author": "AshNaz87 <ashraf.caspian@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AshNaz87/afghanistan-turks-association.git"
},
"bugs": {
"url": "https://github.com/AshNaz87/afghanistan-turks-association/issues"
},
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"bootstrap-scss": "^4.5.3",
"gatsby": "^2.27.4",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "^2.4.3",
"gatsby-plugin-advanced-sitemap": "^1.5.4",
"gatsby-plugin-google-analytics": "^2.3.2",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-netlify-cms": "^4.3.2",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-offline": "^3.2.2",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.9.1",
"gatsby-remark-images": "^3.3.3",
"gatsby-remark-prismjs": "^3.5.1",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-responsive-iframe": "^2.4.2",
"gatsby-source-filesystem": "^2.6.1",
"gatsby-transformer-remark": "^2.11.1",
"gatsby-transformer-sharp": "^2.5.2",
"netlify-cms-app": "^2.14.1",
"node-sass": "^4.14.1",
"prismjs": "^1.20.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-icons": "^3.10.0"
},
"devDependencies": {
"acorn": "^6.4.1",
"netlify-cms-lib-widgets": "^1.3.0",
"prettier": "2.0.5",
"react-refresh": "^0.8.2",
"redux": "^3.0.0",
"typescript": "^3.9.2"
}
}
When running gatsby info
I get:
System:
OS: macOS 10.15.7
CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.18.3 - ~/.nvm/versions/node/v12.18.3/bin/node
Yarn: 1.22.5 - ~/.yarn/bin/yarn
npm: 6.8.0 - ~/.node_modules_global/bin/npm
Languages:
Python: 2.7.16 - /usr/bin/python
Browsers:
Chrome: 87.0.4280.67
Firefox: 83.0
Safari: 14.0.1
npmPackages:
gatsby: ^2.27.4 => 2.27.5
gatsby-background-image: ^1.1.1 => 1.3.1
gatsby-image: ^2.4.3 => 2.6.0
gatsby-plugin-advanced-sitemap: ^1.5.4 => 1.5.6
gatsby-plugin-google-analytics: ^2.3.2 => 2.6.0
gatsby-plugin-manifest: ^2.4.3 => 2.7.0
gatsby-plugin-netlify-cms: ^4.3.2 => 4.5.0
gatsby-plugin-netlify-cms-paths: ^1.3.0 => 1.3.0
gatsby-plugin-offline: ^3.2.2 => 3.5.0
gatsby-plugin-react-helmet: ^3.3.1 => 3.5.0
gatsby-plugin-sass: ^2.3.1 => 2.6.0
gatsby-plugin-sharp: ^2.9.1 => 2.9.1
gatsby-remark-images: ^3.3.3 => 3.6.0
gatsby-remark-prismjs: ^3.5.1 => 3.8.0
gatsby-remark-reading-time: ^1.1.0 => 1.1.0
gatsby-remark-responsive-iframe: ^2.4.2 => 2.6.0
gatsby-source-filesystem: ^2.6.1 => 2.6.1
gatsby-transformer-remark: ^2.11.1 => 2.11.1
gatsby-transformer-sharp: ^2.5.2 => 2.7.0
npmGlobalPackages:
gatsby-cli: 2.14.1
From the deploy logs:
11:37:13 PM: success write out redirect data - 0.001s
11:37:13 PM: vips_value_hash: no case for NULL
11:37:13 PM: type 64, gchararray
11:37:13 PM: generic 53, GParamString
11:37:13 PM: vips_value_hash: no case for 0.000000
11:37:13 PM: type 60, gdouble
11:37:13 PM: generic 109, GParamDouble
11:37:13 PM: vips_value_hash: no case for FALSE
11:37:13 PM: type 20, gboolean
11:37:13 PM: generic 76, GParamBoolean
11:37:13 PM: vips_value_hash: no case for ((VipsAccess) VIPS_ACCESS_RANDOM)
11:37:13 PM: type 71654592, VipsAccess
11:37:13 PM: generic 80, GParamEnum
11:37:13 PM: vips_value_hash: no case for FALSE
11:37:13 PM: type 20, gboolean
11:37:13 PM: generic 76, GParamBoolean
11:37:14 PM: β
11:37:14 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
11:37:14 PM: "build.command" failed
11:37:14 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
11:37:14 PM: β
11:37:14 PM: Error message
11:37:14 PM: Command was killed with SIGSEGV (Segmentation fault): gatsby build
11:37:14 PM: β
11:37:14 PM: Error location
11:37:14 PM: In build.command from netlify.toml:
11:37:14 PM: gatsby build
11:37:14 PM: β
11:37:14 PM: Resolved config
11:37:14 PM: build:
11:37:14 PM: command: gatsby build
11:37:14 PM: commandOrigin: config
11:37:14 PM: environment:
11:37:14 PM: - NODE_VERSION
11:37:14 PM: publish: /opt/build/repo/public
11:37:14 PM: plugins:
11:37:14 PM: - inputs: {}
11:37:14 PM: origin: config
11:37:14 PM: package: netlify-plugin-gatsby-cache
Lastly, my Build Settings screenshot is attached
Any assistance would be greatly appreciated.