You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
在我部署到vercel时报错如下:
完整的报错信息:
Cloning github.com/fangaso/hexo-theme-icarus (Branch: master, Commit: 918ec9e)
23:01:55.284 | Cloning completed: 638.775ms
23:01:55.311 | Analyzing source code...
23:01:55.541 | Installing build runtime...
23:01:57.711 | Build runtime installed: 2.169s
23:01:57.946 | Looking up build cache...
23:01:58.073 | Build Cache not found
23:01:58.198 | Warning: Due to "engines": { "node": ">=12.4.0" } in your
package.json
file, the Node.js Version defined in your Project Settings ("14.x") will not apply. Learn More: http://vercel.link/node-version23:01:58.199 | Detected package.json
23:01:58.200 | Installing dependencies...
23:01:58.438 | yarn install v1.22.17
23:01:58.476 | info No lockfile found.
23:01:58.482 | [1/5] Validating package.json...
23:01:58.485 | [2/5] Resolving packages...
23:02:03.031 | warning hexo-renderer-stylus > stylus > css-parse > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
23:02:03.076 | warning hexo-renderer-stylus > stylus > css-parse > css > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
23:02:03.077 | warning hexo-renderer-stylus > stylus > css-parse > css > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
23:02:03.098 | warning hexo-renderer-stylus > stylus > css-parse > css > source-map-resolve > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
23:02:03.098 | warning hexo-renderer-stylus > stylus > css-parse > css > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
23:02:03.626 | [3/5] Fetching packages...
23:02:10.646 | [4/5] Linking dependencies...
23:02:10.650 | warning "eslint-config-hexo > @typescript-eslint/eslint-plugin > tsutils@3.21.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
23:02:15.182 | [5/5] Building fresh packages...
23:02:15.298 | success Saved lockfile.
23:02:15.302 | Done in 16.87s.
23:02:15.797 | Usage: hexo
23:02:15.798 |
23:02:15.798 | Commands:
23:02:15.798 | help Get help on a command.
23:02:15.798 | init Create a new Hexo folder.
23:02:15.798 | version Display version information.
23:02:15.798 |
23:02:15.799 | Global Options:
23:02:15.799 | --config Specify config file instead of using _config.yml
23:02:15.799 | --cwd Specify the CWD
23:02:15.799 | --debug Display all verbose messages in the terminal
23:02:15.799 | --draft Display draft posts
23:02:15.799 | --safe Disable all plugins and scripts
23:02:15.799 | --silent Hide output on console
23:02:15.799 |
23:02:15.799 | For more help, you can use 'hexo help [command]' for the detailed information
23:02:15.800 | or you can check the docs: http://hexo.io/docs/
23:02:15.811 | Error: No Output Directory named "public" found after the Build completed. You can configure the Output Directory in your Project Settings. Learn More: https://vercel.link/missing-public-directory
Beta Was this translation helpful? Give feedback.
All reactions