hene

hene.dev

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

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

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

こうなってしまった理由

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

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

Netlify のログ

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

デプロイできました。

参考

関連記事