Quick Start Apps with Custom Starter Kits

In this lesson, we'll take a look at AdonisJS' bring your own kit feature that allows us to use Git repositories as starter kits when creating a new AdonisJS application.

Published
Feb 06
Duration
6m 28s

Developer, dog lover, and burrito eater. Currently teaching AdonisJS, a fully featured NodeJS framework, and running Adocasts where I post new lessons weekly. Professionally, I work with JavaScript, .Net C#, and SQL Server.

Adocasts

Burlington, KY

Join The Discussion! (2 Comments)

Please sign in or sign up for free to join in on the dicussion.

  1. Commented 27 days ago

    @tomgobich first, thank you for the well explained, thorough course - learning a lot!

    So far all lessons in this course worked exactly like your explanation in the videos.
    Unfortunately here I'm facing an error when running the command npm init adonisjs@latest -- -K="github:adocasts/lets-learn-adonisjs-6".

    Console output: https://www.dropbox.com/scl/fi/7q9rrrymypef26twm2jn3/Screenshot-2024-10-24-at-23.33.30.png?rlkey=1k8h9bxu38ncfd5gofawssmo3&dl=0

    0

    Please sign in or sign up for free to reply

    1. Commented 27 days ago

      Console output of running npm install manually: https://www.dropbox.com/scl/fi/7lp0c6mxqffpe5e2i0od5/Screenshot-2024-10-24-at-23.36.38.png?rlkey=v1oyt11enigq57et95lfthaiz&dl=0

      Bumping the vine dependency in package.json seems to solve it:
      "@vinejs/vine": "^2.1.0"

      0

      Please sign in or sign up for free to reply