hene

hene.dev

VuePress が Netlify を使ってデプロイできなくなったときの対応

VuePress が Netlify を使ってデプロイできなくなったときの対応

VuePress のプロジェクト(このブログ)を Netlify でデプロイできなくなっていたので対応しました。

こうなってしまった理由

package-lock.json がある状態で、 yarn install しちゃったから?

参考: package-lock.json がある状態で yarn install すると Serverless のデプロイで痛い目にあう - Qiita

Netlify のログ

HH:MM:SS PM: Build ready to start
HH:MM:SS PM: build-image version: 8e315e54bc4032a32e73290be556cde4f8348c12
HH:MM:SS PM: build-image tag: v2.8.2
HH:MM:SS PM: buildbot version: 45cd00068410d70db72c9672cdd014995488e12a
HH:MM:SS PM: Fetching cached dependencies
HH:MM:SS PM: Starting to download cache of 239.1MB
HH:MM:SS PM: Finished downloading cache in 4.571536354s
HH:MM:SS PM: Starting to extract cache
HH:MM:SS PM: Finished extracting cache in 8.880323717s
HH:MM:SS PM: Finished fetching cache in 13.587964293s
HH:MM:SS PM: Starting to prepare the repo for build
HH:MM:SS PM: Preparing Git Reference pull/166/head
HH:MM:SS PM: Starting build script
HH:MM:SS PM: Installing dependencies
HH:MM:SS PM: Started restoring cached node version
HH:MM:SS PM: Finished restoring cached node version
HH:MM:SS PM: Attempting node version '13.8.0' from .node-version
HH:MM:SS PM: Downloading and installing node v13.8.0...
HH:MM:SS PM: Downloading https://nodejs.org/dist/v13.8.0/node-v13.8.0-linux-x64.tar.xz...
HH:MM:SS PM:                 0.2%
HH:MM:SS PM:
#####################
HH:MM:SS PM:            30.3%
HH:MM:SS PM:
###########################
HH:MM:SS PM:       38.8%
HH:MM:SS PM:
#############################
HH:MM:SS PM:       40.4%
HH:MM:SS PM:
################################################
HH:MM:SS PM:  68.1%
HH:MM:SS PM:
#####################################################
HH:MM:SS PM: ################### 100.0%
HH:MM:SS PM: Computing checksum with sha256sum
HH:MM:SS PM: Checksums matched!
HH:MM:SS PM: Now using node v13.8.0 (npm v6.13.6)
HH:MM:SS PM: Attempting ruby version 2.3.6, read from environment
HH:MM:SS PM: Using ruby version 2.3.6
HH:MM:SS PM: Using PHP version 5.6
HH:MM:SS PM: Started restoring cached node modules
HH:MM:SS PM: Finished restoring cached node modules
HH:MM:SS PM: Started restoring cached yarn cache
HH:MM:SS PM: Finished restoring cached yarn cache
HH:MM:SS PM: Installing NPM modules using Yarn version 1.3.2
HH:MM:SS PM: yarn install v1.3.2
HH:MM:SS PM: (node:1325) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
HH:MM:SS PM: [1/4] Resolving packages...
HH:MM:SS PM: [2/4] Fetching packages...
HH:MM:SS PM: info [email protected]: The platform "linux" is incompatible with this module.
HH:MM:SS PM: info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
HH:MM:SS PM: [3/4] Linking dependencies...
HH:MM:SS PM: warning " > [email protected]" has unmet peer dependency "chalk@^2.0.0".
HH:MM:SS PM: warning " > [email protected]" has unmet peer dependency "commander@^2.0.0".
HH:MM:SS PM: warning " > [email protected]" has unmet peer dependency "esm@^3.0.0".
HH:MM:SS PM: warning " > [email protected]" has unmet peer dependency "webpack@^3.0.0 || ^4.0.0".
HH:MM:SS PM: [4/4] Building fresh packages...
HH:MM:SS PM: success Saved lockfile.
HH:MM:SS PM: Done in 23.80s.
HH:MM:SS PM: NPM modules installed using Yarn
HH:MM:SS PM: (node:1391) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
HH:MM:SS PM: Started restoring cached go cache
HH:MM:SS PM: Finished restoring cached go cache
HH:MM:SS PM: Installing Go version 1.10
HH:MM:SS PM: unset GOOS;
HH:MM:SS PM: unset GOARCH;
HH:MM:SS PM: export GOROOT='/opt/buildhome/.gimme_cache/versions/go1.10.linux.amd64';
HH:MM:SS PM: export PATH="/opt/buildhome/.gimme_cache/versions/go1.10.linux.amd64/bin:${PATH}";
HH:MM:SS PM: go version >&2;
HH:MM:SS PM: export GIMME_ENV='/opt/buildhome/.gimme_cache/env/go1.10.linux.amd64.env';
HH:MM:SS PM: go version go1.10 linux/amd64
HH:MM:SS PM: Installing missing commands
HH:MM:SS PM: Verify run directory
HH:MM:SS PM: Executing user command: vuepress build src
HH:MM:SS PM: wait Extracting site metadata...
HH:MM:SS PM: tip Apply local theme at /opt/build/repo/src/.vuepress/theme...
HH:MM:SS PM: tip Apply theme local ...
HH:MM:SS PM: tip Apply plugin container (i.e. "vuepress-plugin-container") ...
HH:MM:SS PM: tip Apply plugin @vuepress/register-components (i.e. "@vuepress/plugin-register-components") ...
HH:MM:SS PM: tip Apply plugin @vuepress/active-header-links (i.e. "@vuepress/plugin-active-header-links") ...
HH:MM:SS PM: tip Apply plugin @vuepress/search (i.e. "@vuepress/plugin-search") ...
HH:MM:SS PM: tip Apply plugin @vuepress/nprogress (i.e. "@vuepress/plugin-nprogress") ...
HH:MM:SS PM: tip Apply plugin @vuepress/blog (i.e. "@vuepress/plugin-blog") ...
HH:MM:SS PM: tip Apply plugin sitemap (i.e. "vuepress-plugin-sitemap") ...
HH:MM:SS PM: tip Apply plugin @vuepress/google-analytics (i.e. "@vuepress/plugin-google-analytics") ...
HH:MM:SS PM: warning Override existing page /blog/.
HH:MM:SS PM: ℹ Compiling Client
HH:MM:SS PM: ℹ Compiling Server
HH:MM:SS PM: Language does not exist: component-name
HH:MM:SS PM: Language does not exist: gemfile
HH:MM:SS PM: Language does not exist: gemfile
HH:MM:SS PM: Language does not exist: zsh
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: ads.txt
HH:MM:SS PM: Language does not exist: .ruby-version
HH:MM:SS PM: Language does not exist: package.json
HH:MM:SS PM: Language does not exist: docker-compose.yml
HH:MM:SS PM: Language does not exist: .zshrc
HH:MM:SS PM: Language does not exist: .zshrc
HH:MM:SS PM: Language does not exist: .zshrc
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: console
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: txt
HH:MM:SS PM: Language does not exist: txt
HH:MM:SS PM: Language does not exist: txt
HH:MM:SS PM: Language does not exist: txt
HH:MM:SS PM: Language does not exist: rc
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: slim
HH:MM:SS PM: Language does not exist: .gitconfig
HH:MM:SS PM: Language does not exist: .gitignore
HH:MM:SS PM: Language does not exist: .git/info/exclude
HH:MM:SS PM: Language does not exist: gemfile
HH:MM:SS PM: Language does not exist: .gitignore
HH:MM:SS PM: Language does not exist: .git/info/exclude
HH:MM:SS PM: Language does not exist: conf
HH:MM:SS PM: Language does not exist: rc
HH:MM:SS PM: Language does not exist: rc
HH:MM:SS PM: Language does not exist: csv
HH:MM:SS PM: ✔ Server: Compiled with some errors in 28.48s
HH:MM:SS PM: ✔ Client: Compiled with some errors in 48.62s
HH:MM:SS PM: (undefined) ./node_modules/@vuepress/plugin-active-header-links/clientRootMixin.js
HH:MM:SS PM: Module not found: Error: Can't resolve 'lodash.throttle' in '/opt/build/repo/node_modules/@vuepress/plugin-active-header-links'
HH:MM:SS PM: resolve 'lodash.throttle' in '/opt/build/repo/node_modules/@vuepress/plugin-active-header-links'
HH:MM:SS PM:   Parsed request is a module
HH:MM:SS PM:   using description file: /opt/build/repo/node_modules/@vuepress/plugin-active-header-links/package.json (relative path: .)
HH:MM:SS PM:     Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:     resolve as module
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node/webpack/node_modules)
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node/webpack/node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node/node_modules)
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node/node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/core/lib/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node_modules)
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/core/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./node_modules)
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/package.json (relative path: ./node_modules/@vuepress/node_modules)
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           using description file: /opt/build/repo/package.json (relative path: ./node_modules/@vuepress/node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/package.json (relative path: ./node_modules)
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           using description file: /opt/build/repo/package.json (relative path: ./node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/node_modules
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         no extension
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:         .js
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:         .jsx
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:         .vue
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:         .json
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:         .styl
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:         as directory
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/node_modules
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         no extension
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:         .js
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:         .jsx
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:         .vue
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:         .json
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:         .styl
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:         as directory
HH:MM:SS PM:           /opt/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /node_modules
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         no extension
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:         .js
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:         .jsx
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:         .vue
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:         .json
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:         .styl
HH:MM:SS PM:           Field 'browser' doesn't contain a valid alias configuration
HH:MM:SS PM:           /node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:         as directory
HH:MM:SS PM:           /node_modules/lodash.throttle doesn't exist
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/node_modules/package.json]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle/package.json]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/node_modules/package.json]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle/package.json]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.styl]
HH:MM:SS PM: failed during stage 'building site': Build script returned non-zero exit code: 1
HH:MM:SS PM: [/node_modules/package.json]
HH:MM:SS PM: [/node_modules/lodash.throttle/package.json]
HH:MM:SS PM: [/node_modules/lodash.throttle]
HH:MM:SS PM: [/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/node_modules/lodash.throttle.styl]
HH:MM:SS PM:  @ ./node_modules/@vuepress/plugin-active-header-links/clientRootMixin.js 8:0-39 14:14-22
HH:MM:SS PM:  @ ./node_modules/@vuepress/core/.temp/internal/root-mixins.js
HH:MM:SS PM:  @ ./node_modules/@vuepress/core/.temp/internal/routes.js
HH:MM:SS PM:  @ ./node_modules/@vuepress/core/lib/client/app.js
HH:MM:SS PM:  @ ./node_modules/@vuepress/core/lib/client/clientEntry.js
HH:MM:SS PM:  @ multi ./node_modules/@vuepress/core/lib/client/clientEntry.js
HH:MM:SS PM: (undefined) ./node_modules/@vuepress/plugin-active-header-links/clientRootMixin.js
HH:MM:SS PM: Module not found: Error: Can't resolve 'lodash.throttle' in '/opt/build/repo/node_modules/@vuepress/plugin-active-header-links'
HH:MM:SS PM: resolve 'lodash.throttle' in '/opt/build/repo/node_modules/@vuepress/plugin-active-header-links'
HH:MM:SS PM:   Parsed request is a module
HH:MM:SS PM:   using description file: /opt/build/repo/node_modules/@vuepress/plugin-active-header-links/package.json (relative path: .)
HH:MM:SS PM:     resolve as module
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node/webpack/node_modules)
HH:MM:SS PM:           using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node/webpack/node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node/node_modules)
HH:MM:SS PM:           using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node/node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/core/lib/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node_modules)
HH:MM:SS PM:           using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./lib/node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/core/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./node_modules)
HH:MM:SS PM:           using description file: /opt/build/repo/node_modules/@vuepress/core/package.json (relative path: ./node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules/@vuepress/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/package.json (relative path: ./node_modules/@vuepress/node_modules)
HH:MM:SS PM:           using description file: /opt/build/repo/package.json (relative path: ./node_modules/@vuepress/node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/repo/node_modules
HH:MM:SS PM:         using description file: /opt/build/repo/package.json (relative path: ./node_modules)
HH:MM:SS PM:           using description file: /opt/build/repo/package.json (relative path: ./node_modules/lodash.throttle)
HH:MM:SS PM:             no extension
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:             .js
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:             .jsx
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:             .vue
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:             .json
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:             .styl
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:             as directory
HH:MM:SS PM:               /opt/build/repo/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/build/node_modules
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         no extension
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:         .js
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:         .jsx
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:         .vue
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:         .json
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:         .styl
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:         as directory
HH:MM:SS PM:           /opt/build/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /opt/node_modules
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         no extension
HH:MM:SS PM:           /opt/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:         .js
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:         .jsx
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:         .vue
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:         .json
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:         .styl
HH:MM:SS PM:           /opt/node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:         as directory
HH:MM:SS PM:           /opt/node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:       looking for modules in /node_modules
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         No description file found
HH:MM:SS PM:         no extension
HH:MM:SS PM:           /node_modules/lodash.throttle doesn't exist
HH:MM:SS PM:         .js
HH:MM:SS PM:           /node_modules/lodash.throttle.js doesn't exist
HH:MM:SS PM:         .jsx
HH:MM:SS PM:           /node_modules/lodash.throttle.jsx doesn't exist
HH:MM:SS PM:         .vue
HH:MM:SS PM:           /node_modules/lodash.throttle.vue doesn't exist
HH:MM:SS PM:         .json
HH:MM:SS PM:           /node_modules/lodash.throttle.json doesn't exist
HH:MM:SS PM:         .styl
HH:MM:SS PM:           /node_modules/lodash.throttle.styl doesn't exist
HH:MM:SS PM:         as directory
HH:MM:SS PM:           /node_modules/lodash.throttle doesn't exist
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/webpack/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/lib/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/core/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/@vuepress/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/repo/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/build/node_modules/package.json]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle/package.json]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/build/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/opt/node_modules/package.json]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle/package.json]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/opt/node_modules/lodash.throttle.styl]
HH:MM:SS PM: [/node_modules/package.json]
HH:MM:SS PM: [/node_modules/lodash.throttle/package.json]
HH:MM:SS PM: [/node_modules/lodash.throttle]
HH:MM:SS PM: [/node_modules/lodash.throttle.js]
HH:MM:SS PM: [/node_modules/lodash.throttle.jsx]
HH:MM:SS PM: [/node_modules/lodash.throttle.vue]
HH:MM:SS PM: [/node_modules/lodash.throttle.json]
HH:MM:SS PM: [/node_modules/lodash.throttle.styl]
HH:MM:SS PM:  @ ./node_modules/@vuepress/plugin-active-header-links/clientRootMixin.js 8:0-39 14:14-22

lodash.throttle 入れる

$ yarn add -D lodash.throttle

yarn upgrade

$ yarn upgrade
yarn upgrade v1.17.3
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] 🔍  Resolving packages...
... 略

package-lock.json を削除。

$ rm package-lock.json

再度アップグレード

メジャーバージョンをまたいだアップグレード

$ yarn upgrade --latest

デプロイできました。

参考

関連記事