Coder Social home page Coder Social logo

frontity / now-builder Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 10.0 258 KB

A Frontity builder for the Vercel hosting

Home Page: https://docs.frontity.org/installation-and-deploy/deploy-on-now

License: Apache License 2.0

TypeScript 100.00%
builder frontity now now-builder vercel zeit

now-builder's Introduction

πŸ“£ Frontity Framework is not actively maintained!

Frontity Framework is not under active development anymore. Pull requests and issues are not being actively reviewed. For more details, please see the blog post.

The team is now working on the WordPress Interactivity API. This will unblock the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.

If you are interested in becoming a maintainer and continuing the development of the framework please do get in touch with one of the developers or let us know in this community thread.

Thanks!



The React Framework for WordPress

Frontity is the easiest way to create amazing websites using WordPress and React


Discourse users npm badge License

Get started | Try demo in your browser | Learn Frontity


What is Frontity Framework?

Frontity is a free and open source framework for building WordPress websites based on React. It strips away the complexity that entails connecting both WordPress and React, and gives you a big head start by providing many of the most common queries already built in. In short, you can spend the bulk of your time on the development requirements of the project (e.g. the theme) and less time on setting up the project or worrying about tooling and configuration.

Frontity's unique approach, with its ease of use and extensibility pattern (similar to that of WordPress itself), offers distinct advantages over other similar React frameworks:

Β» It's 100% focused on WordPress

Each part of the framework has been simplified and optimized to be used with WordPress. This means the number of concepts that you as a developer need to learn are minimal. No complex configuration is necessary to get started, and the queries to the APIs that deliver the content are pre-configured for the things that developers most frequently need.

Β» It's opinionated

Frontity has its own state manager and CSS-in-JS solution. Thanks to that developers don't have to figure out how to configure these tools, or learn other technologies such as Redux or GraphQL.

Β» It's extensible like WordPress

Frontity powers a very flexible extensibility pattern similar to that of WordPress itself. To add new functionality or expand the capabilities of Frontity, you can use any of the existing Frontity and npm packages without having to build them from scratch.

Moreover, Frontity packages (including themes) can be activated and deactivated without code changes and are reusable across projects, helping reduce both development and maintenance times.

Β» It's rendered dynamically

In Frontity the HTML is rendered dynamically by a Node.js server or a serverless service. This means the HTML does not have to be rebuilt each time the content is edited or new content is published.

Because of its dynamic approach, Frontity provides a great power and reliability when it comes to frequent and real-time content updates, making it a great fit for those projects with content that might change rapidly or that is expected to grow over time.

See the About Frontity page in the docs to learn more. πŸ€“

How does Frontity work?

In a Frontity project, WordPress is used as a headless or decoupled CMS, just for managing the content. Frontity uses data from the WordPress REST API and generates the final HTML that is displayed in the browser using React.

With Frontity you still use your WordPress dashboard to edit and create content in exactly the same way that you are accustomed to. As you make changes content is automatically updated in your Frontity site, just as it is when using a traditional WordPress theme.

Frontity apps require both a Node.js server and a WordPress server (PHP) to run on. And there are two main Frontity Modes (architectures or configurations):

Why a different Node.js server?

React is a JavaScript library. In order to generate HTML for site visitors or for Google, the server needs to be able to run JavaScript as well.

In theory a PHP server can send an empty HTML file with the JavaScript files included and the visitor will see the page after the JavaScript has loaded. However, this is not a good user experience and it is certainly not recommended if your site needs to be SEO friendly and to rank in search engine listings.

Frontity is prepared to be hosted either in a regular Node.js server or in serverless services. That makes it super cheap and infinitely scalable.

The Architecture page of the docs explains how Frontity works in detail. πŸ—

Getting started

You'll need a WordPress installation and Node.js. See the Requirements page for more information.

If you can't wait to see what Frontity can do, head over to the Quick Start Guide.

If you're new to Frontity, we recommend that you check out the step-by-step tutorial, which will guide you through the fundamentals of building and deploying your first Frontity website.

Documentation

The Frontity documentation is distributed across three separate sites:

  1. docs.frontity.org is the generic documentation. As well as theoretical information, such as Frontity Architecture and Core Concepts, you can find many practical guides here.
  2. api.frontity.org is the API reference. This is where you can find detailed technical descriptions for the CLI, and for the packages and plugins available in Frontity Framework.
  3. tutorial.frontity.org is the introductory step-by-step guide. It's designed to provide you with a deep and solid understanding of web development using Frontity.

More learning resources, such as videos and example projects, can be found in the Learn Frontity page. πŸ“š

Community

For general help using Frontity, please refer to the documentation and the available learning resources. If you can't find an answer in these resources you can always check out the Frontity Community Forum, which is packed full of answers and solutions to all sorts of Frontity questions.

The community forum is a great place to ask questions, help fellow users build Frontity apps, and share your projects. It's also where you can keep track of the work done for the framework, join feature discussions, and collaborate on building Frontity itself.

Frontity is dedicated to a positive and inclusive community experience for everyone. Read through this guide to learn more about the forum guidelines, how it is organized, and how to get the most out of it.

Other channels

In addition to the community forum, Frontity has other channels where you can find out more information about the project, join in discussions about it, and also get involved:

  • GitHub: for bug reports and code contributions.
  • YouTube channel: learn from Frontity videos and playlists.
  • Newsletter: designed to inform you about the latest product updates, learning resources and community news surrounding Frontity Framework.
  • Twitter and the blog are also pretty good places if you're looking for news, case studies, and other updates.

Showcase

Want to know who's using Frontity? Need some inspiration for your project? The community is always building amazing projects with Frontity, discover some of them in the Showcase page.

Contributing

There are different ways to support the project and get involved. These are a few things that are always welcome:

  • Testing new features
  • Creating themes/packages and share them on npm or GitHub
  • Creating educational content like blogs, videos, courses
  • Improving the documentation
  • Helping the community

See the Contributing section of the docs for more information on how to contribute. ✨

License

Frontity is licensed under the terms of the Apache 2.0 license.

now-builder's People

Contributors

dependabot[bot] avatar koli14 avatar luisherranz avatar mveer08 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

now-builder's Issues

Builder broken since May 2022

As of today (May 7th, 2022), the builder doesn't work at Vercel with empty starter project and instructions from https://docs.frontity.org/deployment/deploy-using-vercel

Last time I had a successful deploy was May 4th, 2022.

Steps to reproduce the problem from scratch:

❯ npx frontity create my-first-frontity-project
? Pick a starter theme to clone: @frontity/mars-theme (recommended)
βœ” Creating README.md.
βœ” Creating package.json.
βœ” Creating frontity.settings.js.
βœ” Cloning @frontity/mars-theme.
βœ” Installing dependencies.
βœ” Downloading favicon.ico.
βœ” Initializing git repo.

Frontity project created.


Run cd my-first-frontity-project && npx frontity dev and have fun! πŸŽ‰

You can find docs at https://docs.frontity.org/.
For technical support and assistance please join our community at https://community.frontity.org/.

❯ npx vercel login
Need to install the following packages:
  vercel
Ok to proceed? (y) y
Vercel CLI 24.1.0
> Log in to Vercel github
> Success! GitHub authentication complete for [email protected]
Congratulations! You are now logged in. In order to deploy something, run `vercel`.
πŸ’‘  Connect your Git Repositories to deploy every branch push automatically (https://vercel.link/git).

❯ vi vercel.json

❯ cat vercel.json
{
  "version": 2,
  "builds": [
    {
      "src": "package.json",
      "use": "@frontity/now"
    }
  ]
}

❯ npx vercel
Need to install the following packages:
  vercel
Ok to proceed? (y) y
Vercel CLI 24.1.0
? Set up and deploy β€œ~/tmp/my-first-frontity-project”? [Y/n] y
? Which scope do you want to deploy to? ilya-south
? Link to existing project? [y/N] n
? What’s your project’s name? my-first-frontity-project
? In which directory is your code located? ./
πŸ”—  Linked to ilya-south/my-first-frontity-project (created .vercel and added it to .gitignore)
πŸ”  Inspect: https://vercel.com/ilya-south/my-first-frontity-project/GvhrpHmvJKQ26zVKnMHwNFFzvvVD [17s]
The deployment has been canceled.

The actual deployment happening on Vercel loops endlessly (until I cancel it):

[14:56:01.215] Retrieving list of deployment files...
[14:56:03.457] Downloading 33 deployment files...
[14:56:04.903] Looking up build cache...
[14:56:05.224] Build Cache not found
[14:56:05.524] Warning: Due to "engines": { "node": ">=10.0.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-version
[14:56:05.525] Running "vercel build"
[14:56:05.979] Vercel CLI 24.2.0 build (beta) β€” https://vercel.com/feedback
[14:56:05.995] β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
[14:56:05.995] β”‚ WARN! Did you mean to deploy the subdirectory "build"? Use `vc --cwd build` instead. β”‚
[14:56:05.995] β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
[14:56:06.089] β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
[14:56:06.089] β”‚ WARN! Due to `builds` existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply. Learn More: https://vercel.link/unused-build-settings β”‚
[14:56:06.089] β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
[14:56:06.457] yarn add v1.22.17
[14:56:06.468] warning package.json: No license field
[14:56:06.478] info No lockfile found.
[14:56:06.497] warning No license field
[14:56:06.498] [1/4] Resolving packages...
[14:56:08.243] warning @frontity/now > @now/[email protected]: "@now/node-bridge" is deprecated and will stop receiving updates January 2021. Please use "@vercel/node-bridge" instead.
[14:56:08.244] [2/4] Fetching packages...
[14:56:08.740] [3/4] Linking dependencies...
[14:56:08.740] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:56:08.817] [4/4] Building fresh packages...
[14:56:08.820] success Saved lockfile.
[14:56:08.822] warning No license field
[14:56:08.824] success Saved 3 new dependencies.
[14:56:08.825] info Direct dependencies
[14:56:08.825] β”œβ”€ @frontity/[email protected]
[14:56:08.825] └─ @vercel/[email protected]
[14:56:08.825] info All dependencies
[14:56:08.825] β”œβ”€ @frontity/[email protected]
[14:56:08.825] β”œβ”€ @now/[email protected]
[14:56:08.825] └─ @vercel/[email protected]
[14:56:08.827] Done in 2.38s.
[14:56:09.089] yarn add v1.22.17
[14:56:09.101] warning package.json: No license field
[14:56:09.130] warning No license field
[14:56:09.131] [1/4] Resolving packages...
[14:56:10.008] [2/4] Fetching packages...
[14:56:10.018] [3/4] Linking dependencies...
[14:56:10.019] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:56:10.043] [4/4] Building fresh packages...
[14:56:10.047] warning No license field
[14:56:10.049] success Saved 2 new dependencies.
[14:56:10.049] info Direct dependencies
[14:56:10.050] β”œβ”€ @frontity/[email protected]
[14:56:10.050] └─ @vercel/[email protected]
[14:56:10.050] info All dependencies
[14:56:10.050] β”œβ”€ @frontity/[email protected]
[14:56:10.050] └─ @vercel/[email protected]
[14:56:10.051] Done in 0.97s.
[14:56:10.305] yarn add v1.22.17
[14:56:10.316] warning package.json: No license field
[14:56:10.346] warning No license field
[14:56:10.347] [1/4] Resolving packages...
[14:56:11.345] [2/4] Fetching packages...
[14:56:11.354] [3/4] Linking dependencies...
[14:56:11.354] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
...

Full gist with the log of 17 seconds of build here: https://gist.github.com/IlyaSemenov/a27531b87a8b0f05cfb0324b4df535ff

Rename lamdba to server.js

I have used main.js for the lambda to avoid conflicts with server.js but the server.js file should be filtered out and the lambda renamed to server.js. Routes need to be fixed as well.

Add travis

Add travis with the same default config we use to have in the past. Something like:

language: node_js
cache:
  directories:
    - ~/.npm
    - ~/.cache
install:
  - npm ci
node_js:
  - lts/*
after_success:
  - npm run semantic-release
script:
  - npm run test:ci
branches:
  except:
    - /^v\d+\.\d+\.\d+$/

Add semantic-release

Add semantic-release with the default config we used to have in the past. Something like:

{
  "verifyConditions": [
    "@semantic-release/changelog",
    "@semantic-release/github",
    "@semantic-release/npm",
    "@semantic-release/git"
  ],
  "prepare": [
    "@semantic-release/changelog",
    "@semantic-release/npm",
    "@semantic-release/git"
  ],
  "publish": [
    "@semantic-release/github",
    "@semantic-release/npm"
  ],
  "success": ["@semantic-release/github"],
  "fail": ["@semantic-release/github"],
  "branch": "master"
}

cache-control headers being overwritten by routes

As per this issue in the forums: https://community.frontity.org/t/vercel-raise-issue-frontity-heading-cache-network-isssue/5580

I'm also experiencing issues with cache control headers being set by the router: https://github.com/frontity/now-builder/blob/master/src/index.ts#L123-L127 meaning I can't make use of vercel's excellent edge network cdn :(

A fix would be not setting cache control at all perhaps, and just let the vercel.json decide :)

Br,
Frederik

Add readme

Add readme with instructions, license, collaboration and links to the documentation.

Build error with now 17.0.3

Problem

Now cli 17.0.3 show the following error message while deploying using npm run build && now --prod

TypeError: Cannot read property 'fsPath' of undefined
2020-02-07T12:33:50.534Z      at Object.build (/zeit/b027f802d99b8095/.build-utils/.builder/node_modules/@frontity/now/dist/index.js:95:49)
2020-02-07T12:33:50.534Z      at async buildStep (/var/task/sandbox-worker.js:20292:20)
2020-02-07T12:33:50.534Z      at async mainSub (/var/task/sandbox-worker.js:20047:9)
2020-02-07T12:33:50.534Z      at async main (/var/task/sandbox-worker.js:19975:5)

Pass tests, eslint and prettier on commit

Use husky & lintstaged for that.

Something like:

{
  "*.ts": [
    "prettier --write",
    "eslint --fix",
    "git add"
  ]
}

and

{
  "hooks": {
    "pre-commit": "lint-staged && npm run test:ci"
  }
}

Remove `dist` folder

I was using the repo for the now.json file, like this:

{
  "version": 2,
  "builds": [
    {
      "src": "package.json",
      "use": "https://github.com/luisherranz/frontity-now"
    }
  ]
}

but we should get rid of the dist folder in the repository.

Then make sure the dist folder is recreated in travis, before publishing it to npm.

Add eslint

Add eslint with this eslint.config.js file:

module.exports = {
  parser: "@typescript-eslint/parser",
  extends: [
    "eslint:recommended",
    "plugin:import/recommended",
    "plugin:jest/recommended",
    "plugin:@typescript-eslint/recommended"
  ],
  rules: {
    "@typescript-eslint/indent": "off"
  },
  env: {
    node: true,
    es6: true
  },
  settings: {
    "import/resolver": {
      node: {
        extensions: [".js", ".jsx", ".ts", ".tsx"]
      }
    }
  }
};

Make sure mountpoint works

That means if Frontity is inside a folder, like:

{
  "version": 2,
  "builds": [
    {
      "src": "some-folder/package.json",
      "use": "@frontity/now"
    }
  ]
}

Routing ends up being: my-site.com/same-folder.

Add setting for `state-while-revalidate`

Right now it's hardocded to stale-while-revalidate but we can add a setting so people can set their own revalidation time, for example stale-while-revalidate=300.

Builder broken on May 19, 2022

Hello,

I'm encountering what seems to be a repeat of #33, with all my deploys today. This happens both through CLI (with either npx vercel or npx vercel --prod) and Github push. My last successful deploy was two days ago.

Error log:

[14:44:20.755] Downloading 79 deployment files...
[14:44:23.238] Looking up build cache...
[14:44:23.790] Build Cache not found
[14:44:24.038] Warning: Due to "engines": { "node": ">=10.0.0" } in your `package.json` file, the Node.js Version defined in your Project Settings ("16.x") will not apply. Learn More: http://vercel.link/node-version
[14:44:24.040] Running "vercel build"
[14:44:24.480] Vercel CLI 24.2.1 build (beta) β€” https://vercel.com/feedback
[14:44:24.497] β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
[14:44:24.497] β”‚ WARN! Did you mean to deploy the subdirectory "build"? Use `vc --cwd build` instead. β”‚
[14:44:24.498] β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
[14:44:24.578] β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
[14:44:24.579] β”‚ WARN! Due to `builds` existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply. Learn More: https://vercel.link/unused-build-settings β”‚
[14:44:24.579] β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
[14:44:24.920] yarn add v1.22.17
[14:44:24.940] info No lockfile found.
[14:44:24.960] [1/4] Resolving packages...
[14:44:26.376] warning @frontity/now > @now/[email protected]: "@now/node-bridge" is deprecated and will stop receiving updates January 2021. Please use "@vercel/node-bridge" instead.
[14:44:26.377] [2/4] Fetching packages...
[14:44:26.803] [3/4] Linking dependencies...
[14:44:26.804] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:26.872] [4/4] Building fresh packages...
[14:44:26.875] success Saved lockfile.
[14:44:26.879] success Saved 3 new dependencies.
[14:44:26.879] info Direct dependencies
[14:44:26.879] β”œβ”€ @frontity/[email protected]
[14:44:26.879] └─ @vercel/[email protected]
[14:44:26.879] info All dependencies
[14:44:26.879] β”œβ”€ @frontity/[email protected]
[14:44:26.879] β”œβ”€ @now/[email protected]
[14:44:26.879] └─ @vercel/[email protected]
[14:44:26.881] Done in 1.97s.
[14:44:27.111] yarn add v1.22.17
[14:44:27.155] [1/4] Resolving packages...
[14:44:27.387] [2/4] Fetching packages...
[14:44:27.395] [3/4] Linking dependencies...
[14:44:27.396] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:27.420] [4/4] Building fresh packages...
[14:44:27.425] success Saved 2 new dependencies.
[14:44:27.426] info Direct dependencies
[14:44:27.426] β”œβ”€ @frontity/[email protected]
[14:44:27.426] └─ @vercel/[email protected]
[14:44:27.426] info All dependencies
[14:44:27.426] β”œβ”€ @frontity/[email protected]
[14:44:27.426] └─ @vercel/[email protected]
[14:44:27.428] Done in 0.32s.
[14:44:27.654] yarn add v1.22.17
[14:44:27.696] [1/4] Resolving packages...
[14:44:27.933] [2/4] Fetching packages...
[14:44:27.941] [3/4] Linking dependencies...
[14:44:27.942] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:27.967] [4/4] Building fresh packages...
[14:44:27.972] success Saved 2 new dependencies.
[14:44:27.973] info Direct dependencies
[14:44:27.973] β”œβ”€ @frontity/[email protected]
[14:44:27.973] └─ @vercel/[email protected]
[14:44:27.973] info All dependencies
[14:44:27.973] β”œβ”€ @frontity/[email protected]
[14:44:27.973] └─ @vercel/[email protected]
[14:44:27.975] Done in 0.33s.
[14:44:28.203] yarn add v1.22.17
[14:44:28.245] [1/4] Resolving packages...
[14:44:29.213] [2/4] Fetching packages...
[14:44:29.223] [3/4] Linking dependencies...
[14:44:29.223] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:29.247] [4/4] Building fresh packages...
[14:44:29.253] success Saved 2 new dependencies.
[14:44:29.253] info Direct dependencies
[14:44:29.253] β”œβ”€ @frontity/[email protected]
[14:44:29.254] └─ @vercel/[email protected]
[14:44:29.254] info All dependencies
[14:44:29.254] β”œβ”€ @frontity/[email protected]
[14:44:29.254] └─ @vercel/[email protected]
[14:44:29.255] Done in 1.06s.
[14:44:29.482] yarn add v1.22.17
[14:44:29.523] [1/4] Resolving packages...
[14:44:30.354] [2/4] Fetching packages...
[14:44:30.362] [3/4] Linking dependencies...
[14:44:30.363] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:30.387] [4/4] Building fresh packages...
[14:44:30.393] success Saved 2 new dependencies.
[14:44:30.393] info Direct dependencies
[14:44:30.393] β”œβ”€ @frontity/[email protected]
[14:44:30.394] └─ @vercel/[email protected]
[14:44:30.394] info All dependencies
[14:44:30.394] β”œβ”€ @frontity/[email protected]
[14:44:30.394] └─ @vercel/[email protected]
[14:44:30.396] Done in 0.92s.
[14:44:30.619] yarn add v1.22.17
[14:44:30.661] [1/4] Resolving packages...
[14:44:30.906] [2/4] Fetching packages...
[14:44:30.915] [3/4] Linking dependencies...
[14:44:30.915] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:30.937] [4/4] Building fresh packages...
[14:44:30.945] success Saved 2 new dependencies.
[14:44:30.945] info Direct dependencies
[14:44:30.945] β”œβ”€ @frontity/[email protected]
[14:44:30.946] └─ @vercel/[email protected]
[14:44:30.946] info All dependencies
[14:44:30.946] β”œβ”€ @frontity/[email protected]
[14:44:30.946] └─ @vercel/[email protected]
[14:44:30.948] Done in 0.33s.
[14:44:31.180] yarn add v1.22.17
[14:44:31.221] [1/4] Resolving packages...
[14:44:32.023] [2/4] Fetching packages...
[14:44:32.032] [3/4] Linking dependencies...
[14:44:32.033] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:32.054] [4/4] Building fresh packages...
[14:44:32.062] success Saved 2 new dependencies.
[14:44:32.062] info Direct dependencies
[14:44:32.062] β”œβ”€ @frontity/[email protected]
[14:44:32.062] └─ @vercel/[email protected]
[14:44:32.063] info All dependencies
[14:44:32.063] β”œβ”€ @frontity/[email protected]
[14:44:32.063] └─ @vercel/[email protected]
[14:44:32.064] Done in 0.89s.
[14:44:32.294] yarn add v1.22.17
[14:44:32.335] [1/4] Resolving packages...
[14:44:32.559] [2/4] Fetching packages...
[14:44:32.561] [3/4] Linking dependencies...
[14:44:32.561] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:32.585] [4/4] Building fresh packages...
[14:44:32.591] success Saved 2 new dependencies.
[14:44:32.591] info Direct dependencies
[14:44:32.591] β”œβ”€ @frontity/[email protected]
[14:44:32.591] └─ @vercel/[email protected]
[14:44:32.592] info All dependencies
[14:44:32.592] β”œβ”€ @frontity/[email protected]
[14:44:32.592] └─ @vercel/[email protected]
[14:44:32.593] Done in 0.30s.
[14:44:32.821] yarn add v1.22.17
[14:44:32.863] [1/4] Resolving packages...
[14:44:33.094] [2/4] Fetching packages...
[14:44:33.105] [3/4] Linking dependencies...
[14:44:33.106] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:33.131] [4/4] Building fresh packages...
[14:44:33.137] success Saved 2 new dependencies.
[14:44:33.137] info Direct dependencies
[14:44:33.138] β”œβ”€ @frontity/[email protected]
[14:44:33.138] └─ @vercel/[email protected]
[14:44:33.138] info All dependencies
[14:44:33.138] β”œβ”€ @frontity/[email protected]
[14:44:33.138] └─ @vercel/[email protected]
[14:44:33.140] Done in 0.32s.
[14:44:33.407] [1/4] Resolving packages...
[14:44:33.925] [2/4] Fetching packages...
[14:44:33.934] [3/4] Linking dependencies...
[14:44:33.934] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:33.958] [4/4] Building fresh packages...
[14:44:33.964] success Saved 2 new dependencies.
[14:44:33.964] info Direct dependencies
[14:44:33.965] β”œβ”€ @frontity/[email protected]
[14:44:33.965] └─ @vercel/[email protected]
[14:44:33.965] info All dependencies
[14:44:33.965] β”œβ”€ @frontity/[email protected]
[14:44:33.965] └─ @vercel/[email protected]
[14:44:33.966] Done in 0.60s.
[14:44:34.196] yarn add v1.22.17
[14:44:34.238] [1/4] Resolving packages...
[14:44:34.514] [2/4] Fetching packages...
[14:44:34.523] [3/4] Linking dependencies...
[14:44:34.524] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:34.548] [4/4] Building fresh packages...
[14:44:34.554] success Saved 2 new dependencies.
[14:44:34.554] info Direct dependencies
[14:44:34.554] β”œβ”€ @frontity/[email protected]
[14:44:34.554] └─ @vercel/[email protected]
[14:44:34.555] info All dependencies
[14:44:34.555] β”œβ”€ @frontity/[email protected]
[14:44:34.555] └─ @vercel/[email protected]
[14:44:34.557] Done in 0.36s.
[14:44:34.784] yarn add v1.22.17
[14:44:34.826] [1/4] Resolving packages...
[14:44:35.102] [2/4] Fetching packages...
[14:44:35.111] [3/4] Linking dependencies...
[14:44:35.111] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:35.137] [4/4] Building fresh packages...
[14:44:35.142] success Saved 2 new dependencies.
[14:44:35.142] info Direct dependencies
[14:44:35.143] β”œβ”€ @frontity/[email protected]
[14:44:35.143] └─ @vercel/[email protected]
[14:44:35.143] info All dependencies
[14:44:35.143] β”œβ”€ @frontity/[email protected]
[14:44:35.143] └─ @vercel/[email protected]
[14:44:35.145] Done in 0.37s.
[14:44:35.376] yarn add v1.22.17
[14:44:35.418] [1/4] Resolving packages...
[14:44:35.658] [2/4] Fetching packages...
[14:44:35.666] [3/4] Linking dependencies...
[14:44:35.667] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:35.691] [4/4] Building fresh packages...
[14:44:35.696] success Saved 2 new dependencies.
[14:44:35.696] info Direct dependencies
[14:44:35.697] β”œβ”€ @frontity/[email protected]
[14:44:35.697] └─ @vercel/[email protected]
[14:44:35.697] info All dependencies
[14:44:35.697] β”œβ”€ @frontity/[email protected]
[14:44:35.697] └─ @vercel/[email protected]
[14:44:35.699] Done in 0.33s.
[14:44:35.924] yarn add v1.22.17
[14:44:35.965] [1/4] Resolving packages...
[14:44:36.212] [2/4] Fetching packages...
[14:44:36.221] [3/4] Linking dependencies...
[14:44:36.221] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:36.245] [4/4] Building fresh packages...
[14:44:36.251] success Saved 2 new dependencies.
[14:44:36.251] info Direct dependencies
[14:44:36.251] β”œβ”€ @frontity/[email protected]
[14:44:36.251] └─ @vercel/[email protected]
[14:44:36.252] info All dependencies
[14:44:36.252] β”œβ”€ @frontity/[email protected]
[14:44:36.252] └─ @vercel/[email protected]
[14:44:36.253] Done in 0.33s.
[14:44:36.481] yarn add v1.22.17
[14:44:36.522] [1/4] Resolving packages...
[14:44:36.745] [2/4] Fetching packages...
[14:44:36.753] [3/4] Linking dependencies...
[14:44:36.754] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:36.778] [4/4] Building fresh packages...
[14:44:36.783] success Saved 2 new dependencies.
[14:44:36.783] info Direct dependencies
[14:44:36.784] β”œβ”€ @frontity/[email protected]
[14:44:36.784] └─ @vercel/[email protected]
[14:44:36.784] info All dependencies
[14:44:36.784] β”œβ”€ @frontity/[email protected]
[14:44:36.784] └─ @vercel/[email protected]
[14:44:36.786] Done in 0.31s.
[14:44:37.016] yarn add v1.22.17
[14:44:37.057] [1/4] Resolving packages...
[14:44:37.349] [2/4] Fetching packages...
[14:44:37.357] [3/4] Linking dependencies...
[14:44:37.358] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:37.382] [4/4] Building fresh packages...
[14:44:37.388] success Saved 2 new dependencies.
[14:44:37.388] info Direct dependencies
[14:44:37.388] β”œβ”€ @frontity/[email protected]
[14:44:37.388] └─ @vercel/[email protected]
[14:44:37.388] info All dependencies
[14:44:37.389] β”œβ”€ @frontity/[email protected]
[14:44:37.389] └─ @vercel/[email protected]
[14:44:37.391] Done in 0.38s.
[14:44:37.622] yarn add v1.22.17
[14:44:37.664] [1/4] Resolving packages...
[14:44:37.931] [2/4] Fetching packages...
[14:44:37.939] [3/4] Linking dependencies...
[14:44:37.940] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:37.964] [4/4] Building fresh packages...
[14:44:37.970] success Saved 2 new dependencies.
[14:44:37.970] info Direct dependencies
[14:44:37.970] β”œβ”€ @frontity/[email protected]
[14:44:37.970] └─ @vercel/[email protected]
[14:44:37.970] info All dependencies
[14:44:37.971] β”œβ”€ @frontity/[email protected]
[14:44:37.971] └─ @vercel/[email protected]
[14:44:37.972] Done in 0.35s.
[14:44:38.199] yarn add v1.22.17
[14:44:38.240] [1/4] Resolving packages...
[14:44:38.499] [2/4] Fetching packages...
[14:44:38.507] [3/4] Linking dependencies...
[14:44:38.508] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:38.532] [4/4] Building fresh packages...
[14:44:38.537] success Saved 2 new dependencies.
[14:44:38.537] info Direct dependencies
[14:44:38.538] β”œβ”€ @frontity/[email protected]
[14:44:38.538] └─ @vercel/[email protected]
[14:44:38.538] info All dependencies
[14:44:38.538] β”œβ”€ @frontity/[email protected]
[14:44:38.538] └─ @vercel/[email protected]
[14:44:38.540] Done in 0.34s.
[14:44:38.762] yarn add v1.22.17
[14:44:38.804] [1/4] Resolving packages...
[14:44:39.038] [2/4] Fetching packages...
[14:44:39.047] [3/4] Linking dependencies...
[14:44:39.048] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:39.071] [4/4] Building fresh packages...
[14:44:39.077] success Saved 2 new dependencies.
[14:44:39.077] info Direct dependencies
[14:44:39.077] β”œβ”€ @frontity/[email protected]
[14:44:39.078] └─ @vercel/[email protected]
[14:44:39.078] info All dependencies
[14:44:39.078] β”œβ”€ @frontity/[email protected]
[14:44:39.078] └─ @vercel/[email protected]
[14:44:39.079] Done in 0.32s.
[14:44:39.308] yarn add v1.22.17
[14:44:39.349] [1/4] Resolving packages...
[14:44:39.592] [2/4] Fetching packages...
[14:44:39.602] [3/4] Linking dependencies...
[14:44:39.602] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:39.626] [4/4] Building fresh packages...
[14:44:39.632] success Saved 2 new dependencies.
[14:44:39.632] info Direct dependencies
[14:44:39.633] β”œβ”€ @frontity/[email protected]
[14:44:39.633] └─ @vercel/[email protected]
[14:44:39.633] info All dependencies
[14:44:39.633] β”œβ”€ @frontity/[email protected]
[14:44:39.633] └─ @vercel/[email protected]
[14:44:39.635] Done in 0.33s.
[14:44:39.859] yarn add v1.22.17
[14:44:39.900] [1/4] Resolving packages...
[14:44:40.164] [2/4] Fetching packages...
[14:44:40.173] [3/4] Linking dependencies...
[14:44:40.173] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:40.197] [4/4] Building fresh packages...
[14:44:40.203] success Saved 2 new dependencies.
[14:44:40.203] info Direct dependencies
[14:44:40.203] β”œβ”€ @frontity/[email protected]
[14:44:40.204] └─ @vercel/[email protected]
[14:44:40.204] info All dependencies
[14:44:40.204] β”œβ”€ @frontity/[email protected]
[14:44:40.204] └─ @vercel/[email protected]
[14:44:40.205] Done in 0.35s.
[14:44:40.432] yarn add v1.22.17
[14:44:40.473] [1/4] Resolving packages...
[14:44:40.718] [2/4] Fetching packages...
[14:44:40.727] [3/4] Linking dependencies...
[14:44:40.727] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:40.751] [4/4] Building fresh packages...
[14:44:40.757] success Saved 2 new dependencies.
[14:44:40.757] info Direct dependencies
[14:44:40.757] β”œβ”€ @frontity/[email protected]
[14:44:40.757] └─ @vercel/[email protected]
[14:44:40.757] info All dependencies
[14:44:40.757] β”œβ”€ @frontity/[email protected]
[14:44:40.757] └─ @vercel/[email protected]
[14:44:40.759] Done in 0.33s.
[14:44:40.984] yarn add v1.22.17
[14:44:41.026] [1/4] Resolving packages...
[14:44:41.269] [2/4] Fetching packages...
[14:44:41.277] [3/4] Linking dependencies...
[14:44:41.277] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:41.301] [4/4] Building fresh packages...
[14:44:41.307] success Saved 2 new dependencies.
[14:44:41.307] info Direct dependencies
[14:44:41.307] β”œβ”€ @frontity/[email protected]
[14:44:41.307] └─ @vercel/[email protected]
[14:44:41.307] info All dependencies
[14:44:41.307] β”œβ”€ @frontity/[email protected]
[14:44:41.308] └─ @vercel/[email protected]
[14:44:41.309] Done in 0.33s.
[14:44:41.535] yarn add v1.22.17
[14:44:41.576] [1/4] Resolving packages...
[14:44:41.850] [2/4] Fetching packages...
[14:44:41.859] [3/4] Linking dependencies...
[14:44:41.860] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:41.883] [4/4] Building fresh packages...
[14:44:41.889] success Saved 2 new dependencies.
[14:44:41.889] info Direct dependencies
[14:44:41.889] β”œβ”€ @frontity/[email protected]
[14:44:41.890] └─ @vercel/[email protected]
[14:44:41.890] info All dependencies
[14:44:41.890] β”œβ”€ @frontity/[email protected]
[14:44:41.890] └─ @vercel/[email protected]
[14:44:41.891] Done in 0.36s.
[14:44:42.116] yarn add v1.22.17
[14:44:42.157] [1/4] Resolving packages...
[14:44:42.402] [2/4] Fetching packages...
[14:44:42.412] [3/4] Linking dependencies...
[14:44:42.412] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:42.436] [4/4] Building fresh packages...
[14:44:42.442] success Saved 2 new dependencies.
[14:44:42.442] info Direct dependencies
[14:44:42.442] β”œβ”€ @frontity/[email protected]
[14:44:42.443] └─ @vercel/[email protected]
[14:44:42.443] info All dependencies
[14:44:42.443] β”œβ”€ @frontity/[email protected]
[14:44:42.443] └─ @vercel/[email protected]
[14:44:42.445] Done in 0.33s.
[14:44:42.670] yarn add v1.22.17
[14:44:42.711] [1/4] Resolving packages...
[14:44:42.957] [2/4] Fetching packages...
[14:44:42.965] [3/4] Linking dependencies...
[14:44:42.966] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:42.989] [4/4] Building fresh packages...
[14:44:42.995] success Saved 2 new dependencies.
[14:44:42.995] info Direct dependencies
[14:44:42.996] β”œβ”€ @frontity/[email protected]
[14:44:42.996] └─ @vercel/[email protected]
[14:44:42.996] info All dependencies
[14:44:42.996] β”œβ”€ @frontity/[email protected]
[14:44:42.996] └─ @vercel/[email protected]
[14:44:42.998] Done in 0.33s.
[14:44:43.226] yarn add v1.22.17
[14:44:43.268] [1/4] Resolving packages...
[14:44:43.514] [2/4] Fetching packages...
[14:44:43.522] [3/4] Linking dependencies...
[14:44:43.523] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:43.547] [4/4] Building fresh packages...
[14:44:43.553] success Saved 2 new dependencies.
[14:44:43.553] info Direct dependencies
[14:44:43.553] β”œβ”€ @frontity/[email protected]
[14:44:43.553] └─ @vercel/[email protected]
[14:44:43.553] info All dependencies
[14:44:43.554] β”œβ”€ @frontity/[email protected]
[14:44:43.554] └─ @vercel/[email protected]
[14:44:43.555] Done in 0.33s.
[14:44:43.780] yarn add v1.22.17
[14:44:43.822] [1/4] Resolving packages...
[14:44:44.072] [2/4] Fetching packages...
[14:44:44.080] [3/4] Linking dependencies...
[14:44:44.081] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:44.104] [4/4] Building fresh packages...
[14:44:44.110] success Saved 2 new dependencies.
[14:44:44.110] info Direct dependencies
[14:44:44.111] β”œβ”€ @frontity/[email protected]
[14:44:44.111] └─ @vercel/[email protected]
[14:44:44.111] info All dependencies
[14:44:44.111] β”œβ”€ @frontity/[email protected]
[14:44:44.111] └─ @vercel/[email protected]
[14:44:44.112] Done in 0.34s.
[14:44:44.339] yarn add v1.22.17
[14:44:44.380] [1/4] Resolving packages...
[14:44:44.637] [2/4] Fetching packages...
[14:44:44.645] [3/4] Linking dependencies...
[14:44:44.646] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:44.669] [4/4] Building fresh packages...
[14:44:44.675] success Saved 2 new dependencies.
[14:44:44.675] info Direct dependencies
[14:44:44.675] β”œβ”€ @frontity/[email protected]
[14:44:44.675] └─ @vercel/[email protected]
[14:44:44.675] info All dependencies
[14:44:44.675] β”œβ”€ @frontity/[email protected]
[14:44:44.676] └─ @vercel/[email protected]
[14:44:44.677] Done in 0.34s.
[14:44:44.902] yarn add v1.22.17
[14:44:44.944] [1/4] Resolving packages...
[14:44:45.193] [2/4] Fetching packages...
[14:44:45.201] [3/4] Linking dependencies...
[14:44:45.202] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:45.225] [4/4] Building fresh packages...
[14:44:45.231] success Saved 2 new dependencies.
[14:44:45.231] info Direct dependencies
[14:44:45.231] β”œβ”€ @frontity/[email protected]
[14:44:45.232] └─ @vercel/[email protected]
[14:44:45.232] info All dependencies
[14:44:45.232] β”œβ”€ @frontity/[email protected]
[14:44:45.232] └─ @vercel/[email protected]
[14:44:45.233] Done in 0.34s.
[14:44:45.459] yarn add v1.22.17
[14:44:45.502] [1/4] Resolving packages...
[14:44:45.753] [2/4] Fetching packages...
[14:44:45.763] [3/4] Linking dependencies...
[14:44:45.763] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:45.786] [4/4] Building fresh packages...
[14:44:45.792] success Saved 2 new dependencies.
[14:44:45.792] info Direct dependencies
[14:44:45.793] β”œβ”€ @frontity/[email protected]
[14:44:45.793] └─ @vercel/[email protected]
[14:44:45.793] info All dependencies
[14:44:45.793] β”œβ”€ @frontity/[email protected]
[14:44:45.793] └─ @vercel/[email protected]
[14:44:45.795] Done in 0.34s.
[14:44:46.024] yarn add v1.22.17
[14:44:46.066] [1/4] Resolving packages...
[14:44:46.326] [2/4] Fetching packages...
[14:44:46.334] [3/4] Linking dependencies...
[14:44:46.335] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:46.357] [4/4] Building fresh packages...
[14:44:46.365] success Saved 2 new dependencies.
[14:44:46.365] info Direct dependencies
[14:44:46.366] β”œβ”€ @frontity/[email protected]
[14:44:46.366] └─ @vercel/[email protected]
[14:44:46.366] info All dependencies
[14:44:46.366] β”œβ”€ @frontity/[email protected]
[14:44:46.366] └─ @vercel/[email protected]
[14:44:46.368] Done in 0.35s.
[14:44:46.594] yarn add v1.22.17
[14:44:46.636] [1/4] Resolving packages...
[14:44:46.932] [2/4] Fetching packages...
[14:44:46.941] [3/4] Linking dependencies...
[14:44:46.941] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:46.966] [4/4] Building fresh packages...
[14:44:46.971] success Saved 2 new dependencies.
[14:44:46.972] info Direct dependencies
[14:44:46.972] β”œβ”€ @frontity/[email protected]
[14:44:46.972] └─ @vercel/[email protected]
[14:44:46.972] info All dependencies
[14:44:46.972] β”œβ”€ @frontity/[email protected]
[14:44:46.972] └─ @vercel/[email protected]
[14:44:46.974] Done in 0.39s.
[14:44:47.200] yarn add v1.22.17
[14:44:47.242] [1/4] Resolving packages...
[14:44:47.516] [2/4] Fetching packages...
[14:44:47.525] [3/4] Linking dependencies...
[14:44:47.526] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:47.549] [4/4] Building fresh packages...
[14:44:47.555] success Saved 2 new dependencies.
[14:44:47.555] info Direct dependencies
[14:44:47.555] β”œβ”€ @frontity/[email protected]
[14:44:47.556] └─ @vercel/[email protected]
[14:44:47.556] info All dependencies
[14:44:47.556] β”œβ”€ @frontity/[email protected]
[14:44:47.556] └─ @vercel/[email protected]
[14:44:47.557] Done in 0.36s.
[14:44:47.785] yarn add v1.22.17
[14:44:47.827] [1/4] Resolving packages...
[14:44:48.054] [2/4] Fetching packages...
[14:44:48.062] [3/4] Linking dependencies...
[14:44:48.063] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:48.087] [4/4] Building fresh packages...
[14:44:48.092] success Saved 2 new dependencies.
[14:44:48.092] info Direct dependencies
[14:44:48.093] β”œβ”€ @frontity/[email protected]
[14:44:48.093] └─ @vercel/[email protected]
[14:44:48.093] info All dependencies
[14:44:48.093] β”œβ”€ @frontity/[email protected]
[14:44:48.093] └─ @vercel/[email protected]
[14:44:48.095] Done in 0.32s.
[14:44:48.324] yarn add v1.22.17
[14:44:48.368] [1/4] Resolving packages...
[14:44:48.626] [2/4] Fetching packages...
[14:44:48.634] [3/4] Linking dependencies...
[14:44:48.635] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:48.659] [4/4] Building fresh packages...
[14:44:48.664] success Saved 2 new dependencies.
[14:44:48.664] info Direct dependencies
[14:44:48.665] β”œβ”€ @frontity/[email protected]
[14:44:48.665] └─ @vercel/[email protected]
[14:44:48.665] info All dependencies
[14:44:48.665] β”œβ”€ @frontity/[email protected]
[14:44:48.665] └─ @vercel/[email protected]
[14:44:48.666] Done in 0.35s.
[14:44:48.899] yarn add v1.22.17
[14:44:48.940] [1/4] Resolving packages...
[14:44:49.169] [2/4] Fetching packages...
[14:44:49.177] [3/4] Linking dependencies...
[14:44:49.179] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:49.202] [4/4] Building fresh packages...
[14:44:49.208] success Saved 2 new dependencies.
[14:44:49.208] info Direct dependencies
[14:44:49.208] β”œβ”€ @frontity/[email protected]
[14:44:49.208] └─ @vercel/[email protected]
[14:44:49.208] info All dependencies
[14:44:49.208] β”œβ”€ @frontity/[email protected]
[14:44:49.209] └─ @vercel/[email protected]
[14:44:49.210] Done in 0.32s.
[14:44:49.437] yarn add v1.22.17
[14:44:49.478] [1/4] Resolving packages...
[14:44:49.704] [2/4] Fetching packages...
[14:44:49.712] [3/4] Linking dependencies...
[14:44:49.713] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:49.737] [4/4] Building fresh packages...
[14:44:49.742] success Saved 2 new dependencies.
[14:44:49.743] info Direct dependencies
[14:44:49.743] β”œβ”€ @frontity/[email protected]
[14:44:49.743] └─ @vercel/[email protected]
[14:44:49.743] info All dependencies
[14:44:49.743] β”œβ”€ @frontity/[email protected]
[14:44:49.743] └─ @vercel/[email protected]
[14:44:49.745] Done in 0.31s.
[14:44:49.970] yarn add v1.22.17
[14:44:50.011] [1/4] Resolving packages...
[14:44:50.267] [2/4] Fetching packages...
[14:44:50.275] [3/4] Linking dependencies...
[14:44:50.275] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:50.299] [4/4] Building fresh packages...
[14:44:50.305] success Saved 2 new dependencies.
[14:44:50.305] info Direct dependencies
[14:44:50.305] β”œβ”€ @frontity/[email protected]
[14:44:50.305] └─ @vercel/[email protected]
[14:44:50.305] info All dependencies
[14:44:50.305] β”œβ”€ @frontity/[email protected]
[14:44:50.305] └─ @vercel/[email protected]
[14:44:50.307] Done in 0.34s.
[14:44:50.535] yarn add v1.22.17
[14:44:50.577] [1/4] Resolving packages...
[14:44:50.834] [2/4] Fetching packages...
[14:44:50.843] [3/4] Linking dependencies...
[14:44:50.844] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:50.868] [4/4] Building fresh packages...
[14:44:50.874] success Saved 2 new dependencies.
[14:44:50.874] info Direct dependencies
[14:44:50.874] β”œβ”€ @frontity/[email protected]
[14:44:50.874] └─ @vercel/[email protected]
[14:44:50.875] info All dependencies
[14:44:50.875] β”œβ”€ @frontity/[email protected]
[14:44:50.875] └─ @vercel/[email protected]
[14:44:50.876] Done in 0.35s.
[14:44:51.100] yarn add v1.22.17
[14:44:51.142] [1/4] Resolving packages...
[14:44:51.399] [2/4] Fetching packages...
[14:44:51.407] [3/4] Linking dependencies...
[14:44:51.408] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:51.432] [4/4] Building fresh packages...
[14:44:51.438] success Saved 2 new dependencies.
[14:44:51.438] info Direct dependencies
[14:44:51.438] β”œβ”€ @frontity/[email protected]
[14:44:51.438] └─ @vercel/[email protected]
[14:44:51.438] info All dependencies
[14:44:51.438] β”œβ”€ @frontity/[email protected]
[14:44:51.438] └─ @vercel/[email protected]
[14:44:51.440] Done in 0.34s.
[14:44:51.667] yarn add v1.22.17
[14:44:51.708] [1/4] Resolving packages...
[14:44:51.973] [2/4] Fetching packages...
[14:44:51.982] [3/4] Linking dependencies...
[14:44:51.982] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:52.006] [4/4] Building fresh packages...
[14:44:52.012] success Saved 2 new dependencies.
[14:44:52.012] info Direct dependencies
[14:44:52.012] β”œβ”€ @frontity/[email protected]
[14:44:52.013] └─ @vercel/[email protected]
[14:44:52.013] info All dependencies
[14:44:52.013] β”œβ”€ @frontity/[email protected]
[14:44:52.013] └─ @vercel/[email protected]
[14:44:52.015] Done in 0.35s.
[14:44:52.238] yarn add v1.22.17
[14:44:52.281] [1/4] Resolving packages...
[14:44:52.572] [2/4] Fetching packages...
[14:44:52.580] [3/4] Linking dependencies...
[14:44:52.580] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:52.602] [4/4] Building fresh packages...
[14:44:52.609] success Saved 2 new dependencies.
[14:44:52.610] info Direct dependencies
[14:44:52.610] β”œβ”€ @frontity/[email protected]
[14:44:52.610] └─ @vercel/[email protected]
[14:44:52.610] info All dependencies
[14:44:52.610] β”œβ”€ @frontity/[email protected]
[14:44:52.610] └─ @vercel/[email protected]
[14:44:52.612] Done in 0.38s.
[14:44:52.836] yarn add v1.22.17
[14:44:52.879] [1/4] Resolving packages...
[14:44:53.119] [2/4] Fetching packages...
[14:44:53.128] [3/4] Linking dependencies...
[14:44:53.128] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:53.152] [4/4] Building fresh packages...
[14:44:53.157] success Saved 2 new dependencies.
[14:44:53.158] info Direct dependencies
[14:44:53.158] β”œβ”€ @frontity/[email protected]
[14:44:53.158] └─ @vercel/[email protected]
[14:44:53.158] info All dependencies
[14:44:53.158] β”œβ”€ @frontity/[email protected]
[14:44:53.158] └─ @vercel/[email protected]
[14:44:53.160] Done in 0.33s.
[14:44:53.382] yarn add v1.22.17
[14:44:53.425] [1/4] Resolving packages...
[14:44:53.662] [2/4] Fetching packages...
[14:44:53.670] [3/4] Linking dependencies...
[14:44:53.671] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:53.692] [4/4] Building fresh packages...
[14:44:53.700] success Saved 2 new dependencies.
[14:44:53.700] info Direct dependencies
[14:44:53.701] β”œβ”€ @frontity/[email protected]
[14:44:53.701] └─ @vercel/[email protected]
[14:44:53.701] info All dependencies
[14:44:53.701] β”œβ”€ @frontity/[email protected]
[14:44:53.701] └─ @vercel/[email protected]
[14:44:53.702] Done in 0.32s.
[14:44:53.926] yarn add v1.22.17
[14:44:53.969] [1/4] Resolving packages...
[14:44:54.222] [2/4] Fetching packages...
[14:44:54.230] [3/4] Linking dependencies...
[14:44:54.231] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:54.255] [4/4] Building fresh packages...
[14:44:54.261] success Saved 2 new dependencies.
[14:44:54.261] info Direct dependencies
[14:44:54.261] β”œβ”€ @frontity/[email protected]
[14:44:54.261] └─ @vercel/[email protected]
[14:44:54.261] info All dependencies
[14:44:54.261] β”œβ”€ @frontity/[email protected]
[14:44:54.262] └─ @vercel/[email protected]
[14:44:54.263] Done in 0.34s.
[14:44:54.490] yarn add v1.22.17
[14:44:54.531] [1/4] Resolving packages...
[14:44:54.767] [2/4] Fetching packages...
[14:44:54.775] [3/4] Linking dependencies...
[14:44:54.776] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:54.799] [4/4] Building fresh packages...
[14:44:54.805] success Saved 2 new dependencies.
[14:44:54.805] info Direct dependencies
[14:44:54.806] β”œβ”€ @frontity/[email protected]
[14:44:54.806] └─ @vercel/[email protected]
[14:44:54.806] info All dependencies
[14:44:54.806] β”œβ”€ @frontity/[email protected]
[14:44:54.806] └─ @vercel/[email protected]
[14:44:54.807] Done in 0.32s.
[14:44:55.036] yarn add v1.22.17
[14:44:55.077] [1/4] Resolving packages...
[14:44:55.652] [2/4] Fetching packages...
[14:44:55.660] [3/4] Linking dependencies...
[14:44:55.660] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:55.684] [4/4] Building fresh packages...
[14:44:55.690] success Saved 2 new dependencies.
[14:44:55.690] info Direct dependencies
[14:44:55.690] β”œβ”€ @frontity/[email protected]
[14:44:55.691] └─ @vercel/[email protected]
[14:44:55.691] info All dependencies
[14:44:55.691] β”œβ”€ @frontity/[email protected]
[14:44:55.691] └─ @vercel/[email protected]
[14:44:55.692] Done in 0.66s.
[14:44:55.915] yarn add v1.22.17
[14:44:56.195] [2/4] Fetching packages...
[14:44:56.203] [3/4] Linking dependencies...
[14:44:56.204] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:56.227] [4/4] Building fresh packages...
[14:44:56.233] success Saved 2 new dependencies.
[14:44:56.233] info Direct dependencies
[14:44:56.233] β”œβ”€ @frontity/[email protected]
[14:44:56.233] └─ @vercel/[email protected]
[14:44:56.234] info All dependencies
[14:44:56.234] β”œβ”€ @frontity/[email protected]
[14:44:56.234] └─ @vercel/[email protected]
[14:44:56.235] Done in 0.32s.
[14:44:56.463] yarn add v1.22.17
[14:44:56.505] [1/4] Resolving packages...
[14:44:56.783] [2/4] Fetching packages...
[14:44:56.791] [3/4] Linking dependencies...
[14:44:56.791] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:56.815] [4/4] Building fresh packages...
[14:44:56.821] success Saved 2 new dependencies.
[14:44:56.821] info Direct dependencies
[14:44:56.821] β”œβ”€ @frontity/[email protected]
[14:44:56.821] └─ @vercel/[email protected]
[14:44:56.821] info All dependencies
[14:44:56.821] β”œβ”€ @frontity/[email protected]
[14:44:56.821] └─ @vercel/[email protected]
[14:44:56.823] Done in 0.36s.
[14:44:57.047] yarn add v1.22.17
[14:44:57.088] [1/4] Resolving packages...
[14:44:57.329] [2/4] Fetching packages...
[14:44:57.338] [3/4] Linking dependencies...
[14:44:57.338] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:57.360] [4/4] Building fresh packages...
[14:44:57.367] success Saved 2 new dependencies.
[14:44:57.367] info Direct dependencies
[14:44:57.368] β”œβ”€ @frontity/[email protected]
[14:44:57.368] └─ @vercel/[email protected]
[14:44:57.368] info All dependencies
[14:44:57.368] β”œβ”€ @frontity/[email protected]
[14:44:57.368] └─ @vercel/[email protected]
[14:44:57.370] Done in 0.33s.
[14:44:57.595] yarn add v1.22.17
[14:44:57.636] [1/4] Resolving packages...
[14:44:57.874] [2/4] Fetching packages...
[14:44:57.882] [3/4] Linking dependencies...
[14:44:57.883] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:57.911] [4/4] Building fresh packages...
[14:44:57.917] success Saved 2 new dependencies.
[14:44:57.917] info Direct dependencies
[14:44:57.918] β”œβ”€ @frontity/[email protected]
[14:44:57.918] └─ @vercel/[email protected]
[14:44:57.918] info All dependencies
[14:44:57.918] β”œβ”€ @frontity/[email protected]
[14:44:57.918] └─ @vercel/[email protected]
[14:44:57.919] Done in 0.33s.
[14:44:58.145] yarn add v1.22.17
[14:44:58.186] [1/4] Resolving packages...
[14:44:58.451] [2/4] Fetching packages...
[14:44:58.460] [3/4] Linking dependencies...
[14:44:58.460] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:58.485] [4/4] Building fresh packages...
[14:44:58.490] success Saved 2 new dependencies.
[14:44:58.491] info Direct dependencies
[14:44:58.491] β”œβ”€ @frontity/[email protected]
[14:44:58.491] └─ @vercel/[email protected]
[14:44:58.491] info All dependencies
[14:44:58.491] β”œβ”€ @frontity/[email protected]
[14:44:58.491] └─ @vercel/[email protected]
[14:44:58.493] Done in 0.35s.
[14:44:58.717] yarn add v1.22.17
[14:44:58.760] [1/4] Resolving packages...
[14:44:59.030] [2/4] Fetching packages...
[14:44:59.039] [3/4] Linking dependencies...
[14:44:59.040] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:59.064] [4/4] Building fresh packages...
[14:44:59.070] success Saved 2 new dependencies.
[14:44:59.070] info Direct dependencies
[14:44:59.070] β”œβ”€ @frontity/[email protected]
[14:44:59.070] └─ @vercel/[email protected]
[14:44:59.070] info All dependencies
[14:44:59.070] β”œβ”€ @frontity/[email protected]
[14:44:59.071] └─ @vercel/[email protected]
[14:44:59.072] Done in 0.36s.
[14:44:59.302] yarn add v1.22.17
[14:44:59.345] [1/4] Resolving packages...
[14:44:59.593] [2/4] Fetching packages...
[14:44:59.601] [3/4] Linking dependencies...
[14:44:59.602] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:44:59.625] [4/4] Building fresh packages...
[14:44:59.631] success Saved 2 new dependencies.
[14:44:59.631] info Direct dependencies
[14:44:59.631] β”œβ”€ @frontity/[email protected]
[14:44:59.631] └─ @vercel/[email protected]
[14:44:59.631] info All dependencies
[14:44:59.632] β”œβ”€ @frontity/[email protected]
[14:44:59.632] └─ @vercel/[email protected]
[14:44:59.633] Done in 0.34s.
[14:44:59.858] yarn add v1.22.17
[14:44:59.900] [1/4] Resolving packages...
[14:45:00.186] [2/4] Fetching packages...
[14:45:00.194] [3/4] Linking dependencies...
[14:45:00.195] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:00.219] [4/4] Building fresh packages...
[14:45:00.225] success Saved 2 new dependencies.
[14:45:00.225] info Direct dependencies
[14:45:00.225] β”œβ”€ @frontity/[email protected]
[14:45:00.225] └─ @vercel/[email protected]
[14:45:00.225] info All dependencies
[14:45:00.225] β”œβ”€ @frontity/[email protected]
[14:45:00.225] └─ @vercel/[email protected]
[14:45:00.227] Done in 0.37s.
[14:45:00.451] yarn add v1.22.17
[14:45:00.494] [1/4] Resolving packages...
[14:45:00.748] [2/4] Fetching packages...
[14:45:00.756] [3/4] Linking dependencies...
[14:45:00.757] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:00.781] [4/4] Building fresh packages...
[14:45:00.786] success Saved 2 new dependencies.
[14:45:00.786] info Direct dependencies
[14:45:00.787] β”œβ”€ @frontity/[email protected]
[14:45:00.787] └─ @vercel/[email protected]
[14:45:00.787] info All dependencies
[14:45:00.787] β”œβ”€ @frontity/[email protected]
[14:45:00.787] └─ @vercel/[email protected]
[14:45:00.789] Done in 0.34s.
[14:45:01.014] yarn add v1.22.17
[14:45:01.056] [1/4] Resolving packages...
[14:45:01.330] [2/4] Fetching packages...
[14:45:01.339] [3/4] Linking dependencies...
[14:45:01.339] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:01.364] [4/4] Building fresh packages...
[14:45:01.370] success Saved 2 new dependencies.
[14:45:01.370] info Direct dependencies
[14:45:01.370] β”œβ”€ @frontity/[email protected]
[14:45:01.370] └─ @vercel/[email protected]
[14:45:01.370] info All dependencies
[14:45:01.370] β”œβ”€ @frontity/[email protected]
[14:45:01.370] └─ @vercel/[email protected]
[14:45:01.372] Done in 0.36s.
[14:45:01.601] yarn add v1.22.17
[14:45:01.645] [1/4] Resolving packages...
[14:45:01.941] [2/4] Fetching packages...
[14:45:01.950] [3/4] Linking dependencies...
[14:45:01.950] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:01.975] [4/4] Building fresh packages...
[14:45:01.981] success Saved 2 new dependencies.
[14:45:01.982] info Direct dependencies
[14:45:01.982] β”œβ”€ @frontity/[email protected]
[14:45:01.982] └─ @vercel/[email protected]
[14:45:01.982] info All dependencies
[14:45:01.982] β”œβ”€ @frontity/[email protected]
[14:45:01.982] └─ @vercel/[email protected]
[14:45:01.984] Done in 0.39s.
[14:45:02.213] yarn add v1.22.17
[14:45:02.256] [1/4] Resolving packages...
[14:45:02.478] [2/4] Fetching packages...
[14:45:02.488] [3/4] Linking dependencies...
[14:45:02.488] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:02.512] [4/4] Building fresh packages...
[14:45:02.518] success Saved 2 new dependencies.
[14:45:02.518] info Direct dependencies
[14:45:02.519] β”œβ”€ @frontity/[email protected]
[14:45:02.519] └─ @vercel/[email protected]
[14:45:02.519] info All dependencies
[14:45:02.519] β”œβ”€ @frontity/[email protected]
[14:45:02.519] └─ @vercel/[email protected]
[14:45:02.521] Done in 0.31s.
[14:45:02.751] yarn add v1.22.17
[14:45:02.793] [1/4] Resolving packages...
[14:45:03.101] [2/4] Fetching packages...
[14:45:03.110] [3/4] Linking dependencies...
[14:45:03.111] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:03.137] [4/4] Building fresh packages...
[14:45:03.142] success Saved 2 new dependencies.
[14:45:03.143] info Direct dependencies
[14:45:03.143] β”œβ”€ @frontity/[email protected]
[14:45:03.143] └─ @vercel/[email protected]
[14:45:03.143] info All dependencies
[14:45:03.143] β”œβ”€ @frontity/[email protected]
[14:45:03.143] └─ @vercel/[email protected]
[14:45:03.145] Done in 0.40s.
[14:45:03.371] yarn add v1.22.17
[14:45:03.412] [1/4] Resolving packages...
[14:45:03.662] [2/4] Fetching packages...
[14:45:03.670] [3/4] Linking dependencies...
[14:45:03.671] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:03.695] [4/4] Building fresh packages...
[14:45:03.701] success Saved 2 new dependencies.
[14:45:03.701] info Direct dependencies
[14:45:03.701] β”œβ”€ @frontity/[email protected]
[14:45:03.701] └─ @vercel/[email protected]
[14:45:03.701] info All dependencies
[14:45:03.701] β”œβ”€ @frontity/[email protected]
[14:45:03.702] └─ @vercel/[email protected]
[14:45:03.704] Done in 0.34s.
[14:45:03.933] yarn add v1.22.17
[14:45:03.974] [1/4] Resolving packages...
[14:45:04.221] [2/4] Fetching packages...
[14:45:04.229] [3/4] Linking dependencies...
[14:45:04.229] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:04.253] [4/4] Building fresh packages...
[14:45:04.259] success Saved 2 new dependencies.
[14:45:04.259] info Direct dependencies
[14:45:04.260] β”œβ”€ @frontity/[email protected]
[14:45:04.260] └─ @vercel/[email protected]
[14:45:04.260] info All dependencies
[14:45:04.260] β”œβ”€ @frontity/[email protected]
[14:45:04.260] └─ @vercel/[email protected]
[14:45:04.261] Done in 0.33s.
[14:45:04.490] yarn add v1.22.17
[14:45:04.532] [1/4] Resolving packages...
[14:45:04.807] [2/4] Fetching packages...
[14:45:04.815] [3/4] Linking dependencies...
[14:45:04.816] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:04.841] [4/4] Building fresh packages...
[14:45:04.847] success Saved 2 new dependencies.
[14:45:04.847] info Direct dependencies
[14:45:04.847] β”œβ”€ @frontity/[email protected]
[14:45:04.848] └─ @vercel/[email protected]
[14:45:04.848] info All dependencies
[14:45:04.848] β”œβ”€ @frontity/[email protected]
[14:45:04.848] └─ @vercel/[email protected]
[14:45:04.850] Done in 0.36s.
[14:45:05.079] yarn add v1.22.17
[14:45:05.121] [1/4] Resolving packages...
[14:45:05.368] [2/4] Fetching packages...
[14:45:05.376] [3/4] Linking dependencies...
[14:45:05.377] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:05.401] [4/4] Building fresh packages...
[14:45:05.406] success Saved 2 new dependencies.
[14:45:05.407] info Direct dependencies
[14:45:05.407] β”œβ”€ @frontity/[email protected]
[14:45:05.407] └─ @vercel/[email protected]
[14:45:05.407] info All dependencies
[14:45:05.407] β”œβ”€ @frontity/[email protected]
[14:45:05.407] └─ @vercel/[email protected]
[14:45:05.409] Done in 0.34s.
[14:45:05.649] yarn add v1.22.17
[14:45:05.692] [1/4] Resolving packages...
[14:45:05.925] [2/4] Fetching packages...
[14:45:05.934] [3/4] Linking dependencies...
[14:45:05.934] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:05.959] [4/4] Building fresh packages...
[14:45:05.966] success Saved 2 new dependencies.
[14:45:05.966] info Direct dependencies
[14:45:05.967] β”œβ”€ @frontity/[email protected]
[14:45:05.967] └─ @vercel/[email protected]
[14:45:05.967] info All dependencies
[14:45:05.967] β”œβ”€ @frontity/[email protected]
[14:45:05.967] └─ @vercel/[email protected]
[14:45:05.969] Done in 0.33s.
[14:45:06.201] yarn add v1.22.17
[14:45:06.244] [1/4] Resolving packages...
[14:45:06.482] [2/4] Fetching packages...
[14:45:06.492] [3/4] Linking dependencies...
[14:45:06.492] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:06.516] [4/4] Building fresh packages...
[14:45:06.522] success Saved 2 new dependencies.
[14:45:06.522] info Direct dependencies
[14:45:06.522] β”œβ”€ @frontity/[email protected]
[14:45:06.523] └─ @vercel/[email protected]
[14:45:06.523] info All dependencies
[14:45:06.523] β”œβ”€ @frontity/[email protected]
[14:45:06.523] └─ @vercel/[email protected]
[14:45:06.524] Done in 0.33s.
[14:45:06.756] yarn add v1.22.17
[14:45:06.797] [1/4] Resolving packages...
[14:45:07.070] [2/4] Fetching packages...
[14:45:07.078] [3/4] Linking dependencies...
[14:45:07.079] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:07.106] [4/4] Building fresh packages...
[14:45:07.112] success Saved 2 new dependencies.
[14:45:07.112] info Direct dependencies
[14:45:07.112] β”œβ”€ @frontity/[email protected]
[14:45:07.112] └─ @vercel/[email protected]
[14:45:07.112] info All dependencies
[14:45:07.113] β”œβ”€ @frontity/[email protected]
[14:45:07.114] └─ @vercel/[email protected]
[14:45:07.115] Done in 0.36s.
[14:45:07.345] yarn add v1.22.17
[14:45:07.386] [1/4] Resolving packages...
[14:45:07.673] [2/4] Fetching packages...
[14:45:07.681] [3/4] Linking dependencies...
[14:45:07.682] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:07.706] [4/4] Building fresh packages...
[14:45:07.712] success Saved 2 new dependencies.
[14:45:07.712] info Direct dependencies
[14:45:07.712] β”œβ”€ @frontity/[email protected]
[14:45:07.712] └─ @vercel/[email protected]
[14:45:07.712] info All dependencies
[14:45:07.712] β”œβ”€ @frontity/[email protected]
[14:45:07.712] └─ @vercel/[email protected]
[14:45:07.714] Done in 0.38s.
[14:45:07.942] yarn add v1.22.17
[14:45:07.985] [1/4] Resolving packages...
[14:45:08.249] [2/4] Fetching packages...
[14:45:08.257] [3/4] Linking dependencies...
[14:45:08.257] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:08.281] [4/4] Building fresh packages...
[14:45:08.287] success Saved 2 new dependencies.
[14:45:08.287] info Direct dependencies
[14:45:08.287] β”œβ”€ @frontity/[email protected]
[14:45:08.288] └─ @vercel/[email protected]
[14:45:08.288] info All dependencies
[14:45:08.288] β”œβ”€ @frontity/[email protected]
[14:45:08.288] └─ @vercel/[email protected]
[14:45:08.289] Done in 0.35s.
[14:45:08.516] yarn add v1.22.17
[14:45:08.557] [1/4] Resolving packages...
[14:45:08.803] [2/4] Fetching packages...
[14:45:08.811] [3/4] Linking dependencies...
[14:45:08.812] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:08.836] [4/4] Building fresh packages...
[14:45:08.842] success Saved 2 new dependencies.
[14:45:08.842] info Direct dependencies
[14:45:08.842] β”œβ”€ @frontity/[email protected]
[14:45:08.842] └─ @vercel/[email protected]
[14:45:08.842] info All dependencies
[14:45:08.842] β”œβ”€ @frontity/[email protected]
[14:45:08.842] └─ @vercel/[email protected]
[14:45:08.844] Done in 0.33s.
[14:45:09.071] yarn add v1.22.17
[14:45:09.113] [1/4] Resolving packages...
[14:45:09.709] [2/4] Fetching packages...
[14:45:09.718] [3/4] Linking dependencies...
[14:45:09.718] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:09.742] [4/4] Building fresh packages...
[14:45:09.748] success Saved 2 new dependencies.
[14:45:09.748] info Direct dependencies
[14:45:09.748] β”œβ”€ @frontity/[email protected]
[14:45:09.748] └─ @vercel/[email protected]
[14:45:09.748] info All dependencies
[14:45:09.749] β”œβ”€ @frontity/[email protected]
[14:45:09.749] └─ @vercel/[email protected]
[14:45:09.750] Done in 0.68s.
[14:45:09.980] yarn add v1.22.17
[14:45:10.022] [1/4] Resolving packages...
[14:45:10.274] [2/4] Fetching packages...
[14:45:10.282] [3/4] Linking dependencies...
[14:45:10.283] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:10.307] [4/4] Building fresh packages...
[14:45:10.312] success Saved 2 new dependencies.
[14:45:10.312] info Direct dependencies
[14:45:10.313] β”œβ”€ @frontity/[email protected]
[14:45:10.313] └─ @vercel/[email protected]
[14:45:10.313] info All dependencies
[14:45:10.313] β”œβ”€ @frontity/[email protected]
[14:45:10.313] └─ @vercel/[email protected]
[14:45:10.315] Done in 0.34s.
[14:45:10.542] yarn add v1.22.17
[14:45:10.583] [1/4] Resolving packages...
[14:45:10.853] [2/4] Fetching packages...
[14:45:10.861] [3/4] Linking dependencies...
[14:45:10.862] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:10.886] [4/4] Building fresh packages...
[14:45:10.891] success Saved 2 new dependencies.
[14:45:10.892] info Direct dependencies
[14:45:10.892] β”œβ”€ @frontity/[email protected]
[14:45:10.892] └─ @vercel/[email protected]
[14:45:10.892] info All dependencies
[14:45:10.892] β”œβ”€ @frontity/[email protected]
[14:45:10.892] └─ @vercel/[email protected]
[14:45:10.894] Done in 0.36s.
[14:45:11.118] yarn add v1.22.17
[14:45:11.160] [1/4] Resolving packages...
[14:45:11.408] [2/4] Fetching packages...
[14:45:11.417] [3/4] Linking dependencies...
[14:45:11.418] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:11.441] [4/4] Building fresh packages...
[14:45:11.447] success Saved 2 new dependencies.
[14:45:11.447] info Direct dependencies
[14:45:11.448] β”œβ”€ @frontity/[email protected]
[14:45:11.448] └─ @vercel/[email protected]
[14:45:11.448] info All dependencies
[14:45:11.448] β”œβ”€ @frontity/[email protected]
[14:45:11.448] └─ @vercel/[email protected]
[14:45:11.450] Done in 0.34s.
[14:45:11.675] yarn add v1.22.17
[14:45:11.717] [1/4] Resolving packages...
[14:45:11.942] [2/4] Fetching packages...
[14:45:11.951] [3/4] Linking dependencies...
[14:45:11.951] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:11.975] [4/4] Building fresh packages...
[14:45:11.981] success Saved 2 new dependencies.
[14:45:11.981] info Direct dependencies
[14:45:11.981] β”œβ”€ @frontity/[email protected]
[14:45:11.982] └─ @vercel/[email protected]
[14:45:11.982] info All dependencies
[14:45:11.982] β”œβ”€ @frontity/[email protected]
[14:45:11.982] └─ @vercel/[email protected]
[14:45:11.983] Done in 0.31s.
[14:45:12.211] yarn add v1.22.17
[14:45:12.251] [1/4] Resolving packages...
[14:45:12.542] [2/4] Fetching packages...
[14:45:12.551] [3/4] Linking dependencies...
[14:45:12.551] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[14:45:12.574] [4/4] Building fresh packages...
[14:45:12.580] success Saved 2 new dependencies.
[14:45:12.580] info Direct dependencies
[14:45:12.580] β”œβ”€ @frontity/[email protected]
[14:45:12.580] └─ @vercel/[email protected]
[14:45:12.580] info All dependencies
[14:45:12.580] β”œβ”€ @frontity/[email protected]
[14:45:12.580] └─ @vercel/[email protected]
[14:45:12.582] Done in 0.38s.
[14:45:12.810] yarn add v1.22.17

It's pretty much the same as the log in the original issue.

Originally posted by @hcubism in #33 (comment)

Error: The legacy "@frontity/now" Builder is not supported.

OK, this package is apparently officially outdated.

Today my build failed with Error: The legacy "@frontity/now" Builder is not supported.

[13:55:44.807] Retrieving list of deployment files...
[13:55:46.669] Downloading 131 deployment files...
[13:55:50.959] Looking up build cache...
[13:55:51.091] Build Cache not found
[13:55:51.430] Warning: Due to "engines": { "node": ">=10.0.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-version
[13:55:51.433] Running "vercel build"
[13:55:52.005] Vercel CLI 24.2.5-canary.0 build (beta) β€” https://vercel.com/feedback
[13:55:52.130] β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
[13:55:52.130] β”‚ WARN! Due to `builds` existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply. Learn More: https://vercel.link/unused-build-settings β”‚
[13:55:52.131] β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
[13:55:52.560] yarn add v1.22.17
[13:55:52.596] info No lockfile found.
[13:55:52.626] [1/4] Resolving packages...
[13:55:53.460] warning @frontity/now > @now/[email protected]: "@now/node-bridge" is deprecated and will stop receiving updates January 2021. Please use "@vercel/node-bridge" instead.
[13:55:53.462] [2/4] Fetching packages...
[13:55:53.631] [3/4] Linking dependencies...
[13:55:53.632] warning " > @frontity/[email protected]" has unmet peer dependency "@now/build-utils@^0.9.4".
[13:55:53.710] [4/4] Building fresh packages...
[13:55:53.715] success Saved lockfile.
[13:55:53.723] success Saved 3 new dependencies.
[13:55:53.723] info Direct dependencies
[13:55:53.724] β”œβ”€ @frontity/[email protected]
[13:55:53.725] └─ @vercel/[email protected]
[13:55:53.725] info All dependencies
[13:55:53.725] β”œβ”€ @frontity/[email protected]
[13:55:53.726] β”œβ”€ @now/[email protected]
[13:55:53.726] └─ @vercel/[email protected]
[13:55:53.729] Done in 1.18s.
[13:55:54.283] Error! An unexpected error occurred in build: Error: The legacy "@frontity/now" Builder is not supported.
[13:55:54.283]     at Object.importBuilders (/var/task/node_modules/vercel/dist/index.js:233012:31)
[13:55:54.283]     at main (/var/task/node_modules/vercel/dist/index.js:225537:30)
[13:55:54.283]     at main (/var/task/node_modules/vercel/dist/index.js:232427:20)
[13:55:54.297] Error: Command "vercel build" exited with 1

Clean dependencies

Right now there are a lot of dependencies that are not used. Clean that.

Add license

Add our own license (file, readme, package.json...)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.