Site name is cameronremesz. The initial deploy worked with my index.html linking to a style.css file, then I changed it to sass and it now links to ./sass/main.scss. The site is set up for continuous deployment with git hub. After first push build failed with error - Error: Cannot find module ‘@parcel/markdown-ansi’. (first set of logs) Changed the the filepath to sass/main.scss thinking that may be the issue and on second redeploy build fails again with different error (second set of logs)
1ST LOG
1:29:27 PM: Build ready to start
1:29:29 PM: build-image version: 0582042f4fc261adc7bd8333f34884959c577302
1:29:29 PM: build-image tag: v3.7.6
1:29:29 PM: buildbot version: 253b223e9ab4e6afa8568cc6e8e6c373b72a8077
1:29:29 PM: Fetching cached dependencies
1:29:29 PM: Failed to fetch cache, continuing with build
1:29:29 PM: Starting to prepare the repo for build
1:29:29 PM: No cached dependencies found. Cloning fresh repo
1:29:29 PM: git clone https://github.com/lowkeycode/portfolio
1:29:30 PM: Preparing Git Reference refs/heads/main
1:29:31 PM: Parsing package.json dependencies
1:29:31 PM: Starting build script
1:29:31 PM: Installing dependencies
1:29:31 PM: Python version set to 2.7
1:29:33 PM: v12.18.0 is already installed.
1:29:33 PM: Now using node v12.18.0 (npm v6.14.4)
1:29:33 PM: Started restoring cached build plugins
1:29:33 PM: Finished restoring cached build plugins
1:29:33 PM: Attempting ruby version 2.7.1, read from environment
1:29:35 PM: Using ruby version 2.7.1
1:29:35 PM: Using PHP version 5.6
1:29:35 PM: Started restoring cached node modules
1:29:35 PM: Finished restoring cached node modules
1:29:35 PM: Installing NPM modules using NPM version 6.14.4
1:29:55 PM: > @parcel/source-map@2.0.0-alpha.4.21 install /opt/build/repo/node_modules/@parcel/source-map
1:29:55 PM: > node-gyp-build
1:29:55 PM: > @parcel/watcher@2.0.0-alpha.10 install /opt/build/repo/node_modules/@parcel/watcher
1:29:55 PM: > node-gyp-build
1:29:56 PM: > node-sass@6.0.0 install /opt/build/repo/node_modules/node-sass
1:29:56 PM: > node scripts/install.js
1:29:56 PM: Downloading binary from https://github.com/sass/node-sass/releases/download/v6.0.0/linux-x64-72_binding.node
1:29:57 PM: Download complete
1:29:57 PM: Binary saved to /opt/build/repo/node_modules/node-sass/vendor/linux-x64-72/binding.node
1:29:57 PM: Caching binary to /opt/buildhome/.npm/node-sass/6.0.0/linux-x64-72_binding.node
1:29:57 PM: > core-js@3.12.1 postinstall /opt/build/repo/node_modules/core-js
1:29:57 PM: > node -e “try{require(’./postinstall’)}catch(e){}”
1:29:57 PM: > ejs@2.7.4 postinstall /opt/build/repo/node_modules/ejs
1:29:57 PM: > node ./postinstall.js
1:29:57 PM: > node-sass@6.0.0 postinstall /opt/build/repo/node_modules/node-sass
1:29:57 PM: > node scripts/build.js
1:29:58 PM: Binary found at /opt/build/repo/node_modules/node-sass/vendor/linux-x64-72/binding.node
1:29:58 PM: Testing binary
1:29:58 PM: Binary is fine
1:29:59 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
1:29:59 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
1:29:59 PM: added 1331 packages from 867 contributors and audited 1332 packages in 22.883s
1:30:00 PM: 132 packages are looking for funding
1:30:00 PM: run npm fund
for details
1:30:00 PM: found 73 moderate severity vulnerabilities
1:30:00 PM: run npm audit fix
to fix them, or npm audit
for details
1:30:00 PM: NPM modules installed
1:30:00 PM: Started restoring cached go cache
1:30:00 PM: Finished restoring cached go cache
1:30:00 PM: go version go1.14.4 linux/amd64
1:30:00 PM: go version go1.14.4 linux/amd64
1:30:00 PM: Installing missing commands
1:30:00 PM: Verify run directory
1:30:01 PM:
1:30:01 PM: ────────────────────────────────────────────────────────────────
1:30:01 PM: Netlify Build
1:30:01 PM: ────────────────────────────────────────────────────────────────
1:30:01 PM:
1:30:01 PM: ❯ Version
1:30:01 PM: @netlify/build 11.26.0
1:30:01 PM:
1:30:01 PM: ❯ Flags
1:30:01 PM: deployId: 60aff317f47e8e0008addd2c
1:30:01 PM:
1:30:01 PM: ❯ Current directory
1:30:01 PM: /opt/build/repo
1:30:01 PM:
1:30:01 PM: ❯ Config file
1:30:01 PM: No config file was defined: using default values.
1:30:01 PM:
1:30:01 PM: ❯ Context
1:30:01 PM: production
1:30:01 PM:
1:30:01 PM: ────────────────────────────────────────────────────────────────
1:30:01 PM: 1. Build command from Netlify app
1:30:01 PM: ────────────────────────────────────────────────────────────────
1:30:01 PM:
1:30:01 PM: $ npm run build
1:30:01 PM: > cv@1.0.0 build /opt/build/repo
1:30:01 PM: > parcel index.html --dist-dir ./dist
1:30:02 PM: Server running at http://localhost:1234
1:30:02 PM: Building…
1:30:03 PM: Bundling…
1:30:04 PM: Packaging & Optimizing…
1:30:04 PM: Built in 2.17s
1:59:28 PM: Build failed.
1:59:28 PM: Error: Cannot find module ‘@parcel/markdown-ansi’
1:59:28 PM: Require stack:
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/utils/lib/index.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/core/lib/public/Config.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/core/lib/utils.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/core/lib/Parcel.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/core/lib/index.js
1:59:28 PM: - /opt/build/repo/node_modules/parcel/lib/cli.js
1:59:28 PM: - /opt/build/repo/node_modules/parcel/lib/bin.js
1:59:28 PM: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:966:15)
1:59:28 PM: at Function.Module._load (internal/modules/cjs/loader.js:842:27)
1:59:28 PM: at Module.require (internal/modules/cjs/loader.js:1026:19)
1:59:28 PM: at require (/opt/build/repo/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
1:59:28 PM: at _markdownAnsi (/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js:19:39)
1:59:28 PM: at prettyDiagnostic (/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js:77:18)
1:59:28 PM: at writeDiagnostic (/opt/build/repo/node_modules/@parcel/reporter-cli/lib/CLIReporter.js:233:45)
1:59:28 PM: at _report (/opt/build/repo/node_modules/@parcel/reporter-cli/lib/CLIReporter.js:181:13)
1:59:28 PM: at Object.report (/opt/build/repo/node_modules/@parcel/reporter-cli/lib/CLIReporter.js:260:12)
1:59:28 PM: at ReporterRunner.report (/opt/build/repo/node_modules/@parcel/core/lib/ReporterRunner.js:140:31) {
1:59:28 PM: code: ‘MODULE_NOT_FOUND’,
1:59:28 PM: requireStack: [
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/utils/lib/index.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/public/Config.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/utils.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/Parcel.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/index.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/parcel/lib/cli.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/parcel/lib/bin.js’
1:59:28 PM: ]
1:59:28 PM: }
1:59:28 PM: Error: Cannot find module ‘@parcel/markdown-ansi’
1:59:28 PM: Require stack:
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/utils/lib/index.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/core/lib/public/Config.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/core/lib/utils.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/core/lib/Parcel.js
1:59:28 PM: - /opt/build/repo/node_modules/@parcel/core/lib/index.js
1:59:28 PM: - /opt/build/repo/node_modules/parcel/lib/cli.js
1:59:28 PM: - /opt/build/repo/node_modules/parcel/lib/bin.js
1:59:28 PM: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:966:15)
1:59:28 PM: at Function.Module._load (internal/modules/cjs/loader.js:842:27)
1:59:28 PM: at Module.require (internal/modules/cjs/loader.js:1026:19)
1:59:28 PM: at require (/opt/build/repo/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
1:59:28 PM: at _markdownAnsi (/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js:19:39)
1:59:28 PM: at prettyDiagnostic (/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js:77:18)
1:59:28 PM: at /opt/build/repo/node_modules/@parcel/reporter-dev-server/lib/Server.js:184:64
1:59:28 PM: at Array.map ()
1:59:28 PM: at Server.buildError (/opt/build/repo/node_modules/@parcel/reporter-dev-server/lib/Server.js:183:49)
1:59:28 PM: at Object.report (/opt/build/repo/node_modules/@parcel/reporter-dev-server/lib/ServerReporter.js:160:24) {
1:59:28 PM: code: ‘MODULE_NOT_FOUND’,
1:59:28 PM: requireStack: [
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/utils/lib/index.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/public/Config.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/utils.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/Parcel.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/index.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/parcel/lib/cli.js’,
1:59:28 PM: ‘/opt/build/repo/node_modules/parcel/lib/bin.js’
1:59:28 PM: ]
1:59:28 PM: }
1:59:30 PM: Build failed.
1:59:30 PM: Error: Cannot find module ‘@parcel/markdown-ansi’
1:59:30 PM: Require stack:
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/utils/lib/index.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/core/lib/public/Config.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/core/lib/utils.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/core/lib/Parcel.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/core/lib/index.js
1:59:30 PM: - /opt/build/repo/node_modules/parcel/lib/cli.js
1:59:30 PM: - /opt/build/repo/node_modules/parcel/lib/bin.js
1:59:30 PM: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:966:15)
1:59:30 PM: at Function.Module._load (internal/modules/cjs/loader.js:842:27)
1:59:30 PM: at Module.require (internal/modules/cjs/loader.js:1026:19)
1:59:30 PM: at require (/opt/build/repo/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
1:59:30 PM: at _markdownAnsi (/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js:19:39)
1:59:30 PM: at prettyDiagnostic (/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js:77:18)
1:59:30 PM: at writeDiagnostic (/opt/build/repo/node_modules/@parcel/reporter-cli/lib/CLIReporter.js:233:45)
1:59:30 PM: at _report (/opt/build/repo/node_modules/@parcel/reporter-cli/lib/CLIReporter.js:181:13)
1:59:30 PM: at Object.report (/opt/build/repo/node_modules/@parcel/reporter-cli/lib/CLIReporter.js:260:12)
1:59:30 PM: at ReporterRunner.report (/opt/build/repo/node_modules/@parcel/core/lib/ReporterRunner.js:140:31) {
1:59:30 PM: code: ‘MODULE_NOT_FOUND’,
1:59:30 PM: requireStack: [
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/utils/lib/index.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/public/Config.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/utils.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/Parcel.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/index.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/parcel/lib/cli.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/parcel/lib/bin.js’
1:59:30 PM: ]
1:59:30 PM: }
1:59:30 PM: Error: Cannot find module ‘@parcel/markdown-ansi’
1:59:30 PM: Require stack:
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/utils/lib/index.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/core/lib/public/Config.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/core/lib/utils.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/core/lib/Parcel.js
1:59:30 PM: - /opt/build/repo/node_modules/@parcel/core/lib/index.js
1:59:30 PM: - /opt/build/repo/node_modules/parcel/lib/cli.js
1:59:30 PM: - /opt/build/repo/node_modules/parcel/lib/bin.js
1:59:30 PM: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:966:15)
1:59:30 PM: at Function.Module._load (internal/modules/cjs/loader.js:842:27)
1:59:30 PM: at Module.require (internal/modules/cjs/loader.js:1026:19)
1:59:30 PM: at require (/opt/build/repo/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
1:59:30 PM: at _markdownAnsi (/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js:19:39)
1:59:30 PM: at prettyDiagnostic (/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js:77:18)
1:59:30 PM: at /opt/build/repo/node_modules/@parcel/reporter-dev-server/lib/Server.js:184:64
1:59:30 PM: at Array.map ()
1:59:30 PM: at Server.buildError (/opt/build/repo/node_modules/@parcel/reporter-dev-server/lib/Server.js:183:49)
1:59:30 PM: at Object.report (/opt/build/repo/node_modules/@parcel/reporter-dev-server/lib/ServerReporter.js:160:24) {
1:59:30 PM: code: ‘MODULE_NOT_FOUND’,
1:59:30 PM: requireStack: [
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/utils/lib/prettyDiagnostic.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/utils/lib/index.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/public/Config.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/utils.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/Parcel.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/@parcel/core/lib/index.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/parcel/lib/cli.js’,
1:59:30 PM: ‘/opt/build/repo/node_modules/parcel/lib/bin.js’
1:59:30 PM: ]
1:59:30 PM: }
2:32:07 PM: Build exceeded maximum allowed runtime
SECOND LOG
2:52:49 PM: Build ready to start
2:52:51 PM: build-image version: 0582042f4fc261adc7bd8333f34884959c577302
2:52:51 PM: build-image tag: v3.7.6
2:52:51 PM: buildbot version: 253b223e9ab4e6afa8568cc6e8e6c373b72a8077
2:52:51 PM: Fetching cached dependencies
2:52:51 PM: Failed to fetch cache, continuing with build
2:52:51 PM: Starting to prepare the repo for build
2:52:52 PM: No cached dependencies found. Cloning fresh repo
2:52:52 PM: git clone https://github.com/lowkeycode/portfolio
2:52:52 PM: Preparing Git Reference refs/heads/main
2:52:53 PM: Parsing package.json dependencies
2:52:53 PM: Starting build script
2:52:53 PM: Installing dependencies
2:52:53 PM: Python version set to 2.7
2:52:55 PM: v12.18.0 is already installed.
2:52:55 PM: Now using node v12.18.0 (npm v6.14.4)
2:52:55 PM: Started restoring cached build plugins
2:52:55 PM: Finished restoring cached build plugins
2:52:55 PM: Attempting ruby version 2.7.1, read from environment
2:52:57 PM: Using ruby version 2.7.1
2:52:57 PM: Using PHP version 5.6
2:52:57 PM: Started restoring cached node modules
2:52:57 PM: Finished restoring cached node modules
2:52:57 PM: Installing NPM modules using NPM version 6.14.4
2:53:17 PM: > @parcel/source-map@2.0.0-alpha.4.21 install /opt/build/repo/node_modules/@parcel/source-map
2:53:17 PM: > node-gyp-build
2:53:17 PM: > @parcel/watcher@2.0.0-alpha.10 install /opt/build/repo/node_modules/@parcel/watcher
2:53:17 PM: > node-gyp-build
2:53:17 PM: > node-sass@6.0.0 install /opt/build/repo/node_modules/node-sass
2:53:17 PM: > node scripts/install.js
2:53:18 PM: Downloading binary from https://github.com/sass/node-sass/releases/download/v6.0.0/linux-x64-72_binding.node
2:53:18 PM: Download complete
2:53:18 PM: Binary saved to /opt/build/repo/node_modules/node-sass/vendor/linux-x64-72/binding.node
2:53:18 PM: Caching binary to /opt/buildhome/.npm/node-sass/6.0.0/linux-x64-72_binding.node
2:53:19 PM: > core-js@3.12.1 postinstall /opt/build/repo/node_modules/core-js
2:53:19 PM: > node -e “try{require(’./postinstall’)}catch(e){}”
2:53:19 PM: > ejs@2.7.4 postinstall /opt/build/repo/node_modules/ejs
2:53:19 PM: > node ./postinstall.js
2:53:19 PM: > node-sass@6.0.0 postinstall /opt/build/repo/node_modules/node-sass
2:53:19 PM: > node scripts/build.js
2:53:19 PM: Binary found at /opt/build/repo/node_modules/node-sass/vendor/linux-x64-72/binding.node
2:53:19 PM: Testing binary
2:53:20 PM: Binary is fine
2:53:21 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
2:53:21 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
2:53:21 PM: added 1331 packages from 867 contributors and audited 1332 packages in 22.951s
2:53:21 PM: 132 packages are looking for funding
2:53:21 PM: run npm fund
for details
2:53:21 PM: found 73 moderate severity vulnerabilities
2:53:21 PM: run npm audit fix
to fix them, or npm audit
for details
2:53:22 PM: NPM modules installed
2:53:22 PM: Started restoring cached go cache
2:53:22 PM: Finished restoring cached go cache
2:53:22 PM: go version go1.14.4 linux/amd64
2:53:22 PM: go version go1.14.4 linux/amd64
2:53:22 PM: Installing missing commands
2:53:22 PM: Verify run directory
2:53:22 PM:
2:53:22 PM: ────────────────────────────────────────────────────────────────
2:53:22 PM: Netlify Build
2:53:22 PM: ────────────────────────────────────────────────────────────────
2:53:22 PM:
2:53:22 PM: ❯ Version
2:53:22 PM: @netlify/build 11.26.0
2:53:22 PM:
2:53:22 PM: ❯ Flags
2:53:22 PM: deployId: 60b006a1da994a0007bbf523
2:53:22 PM:
2:53:22 PM: ❯ Current directory
2:53:22 PM: /opt/build/repo
2:53:22 PM:
2:53:22 PM: ❯ Config file
2:53:22 PM: No config file was defined: using default values.
2:53:22 PM:
2:53:22 PM: ❯ Context
2:53:22 PM: production
2:53:22 PM:
2:53:22 PM: ────────────────────────────────────────────────────────────────
2:53:22 PM: 1. Build command from Netlify app
2:53:22 PM: ────────────────────────────────────────────────────────────────
2:53:22 PM:
2:53:22 PM: $ npm run build
2:53:23 PM: > cv@1.0.0 build /opt/build/repo
2:53:23 PM: > parcel index.html --dist-dir ./dist
2:53:24 PM: Server running at http://localhost:1234
2:53:24 PM: Building…
2:53:25 PM: Bundling…
2:53:25 PM: Packaging & Optimizing…
2:53:25 PM: Built in 1.92s
3:22:51 PM: Build exceeded maximum allowed runtime
3:22:51 PM: Build failed.
3:22:51 PM: unknown: Entry /opt/build/repo/index.html does not exist
3:22:53 PM: Build failed.
3:22:53 PM: unknown: Entry /opt/build/repo/index.html does not exist