Closed
Description
Bug report
Version
0.14.2
Steps to reproduce
- Make some changes
- Push changes into GitHub (and it'll trigger a Travis build)
- Build would failed in travis
What is expected?
Success build.
$ npm install -g vuepress
npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
/home/travis/.nvm/versions/node/v8.11.4/bin/vuepress -> /home/travis/.nvm/versions/node/v8.11.4/lib/node_modules/vuepress/bin/vuepress.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/vuepress/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
+ [email protected]
added 1246 packages in 46.276s
22.88s
$ vuepress build
WAIT Extracting site metadata...
[15:08:54] Compiling Client
[15:08:55] Compiling Server
(node:3512) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
[15:09:06] Compiled Server in 12s
[15:09:12] Compiled Client in 17s
WAIT Rendering static HTML...
ll DONE Success! Generated static files in .vuepress/dist.
What is actually happening?
Failed build.
npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for workbox-strategies@^3.5.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'workbox-google-analytics'
npm ERR! notarget
npm ERR! A complete log of this run can be found in:
npm ERR! /home/travis/.npm/_logs/2018-09-11T15_10_41_568Z-debug.log
The command "npm install -g vuepress" failed and exited with 1 during .
Your build has been stopped.
Other relevant information
- Your OS:
macOS 10.12.6
- Node.js version:
v9.9.0
- Browser version:
Google Chrome | 71.0.3548.0 (Official Build) canary (64-bit)
- Is this a global or local install?
Global (install using Travis CI)
- Which package manager did you use for the install?
NPM
Metadata
Metadata
Assignees
Labels
No labels