Git Product home page Git Product logo

Comments (4)

hyouuu avatar hyouuu commented on May 18, 2024

Ah I see - jwt 0.9+ uses Vapor 2. nvm

from jwt.

bibscy avatar bibscy commented on May 18, 2024

@hyouuu How did you fix your issue? What "nvm" stands for? My Package.swift looks like this and I get Error: swift-package: error: The dependency graph could not be satisfied (https://github.com/vapor/crypto.git)

import PackageDescription

let package = Package(
name: "StripePayment",
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 1, minor: 1),
.Package(url:"https://github.com/siemensikkema/vapor-jwt.git", majorVersion: 0)

],
exclude: [
    "Config",
    "Database",
    "Localization",
    "Public",
    "Resources",
    "Tests",
]

)

from jwt.

hyouuu avatar hyouuu commented on May 18, 2024

nvm stands for nevermind. I ended up adding a minor: 8 to jwt, because 0.9 up uses Vapor 2

from jwt.

bibscy avatar bibscy commented on May 18, 2024

I am trying to push my code to heroku, but I get these errors, do you know how I can fix? Thanks

Bogdans-Air:StripePayment bogdanbarbulescu$ vapor heroku init
Error: Git already has a heroku remote.
Bogdans-Air:StripePayment bogdanbarbulescu$ vapor help
Usage: vapor <new|build|run|fetch|clean|test|xcode|version|self|heroku|docker>
Error: Command "help" not found.
Bogdans-Air:StripePayment bogdanbarbulescu$ vapor heroku -help
Usage: vapor heroku <init|push>
Error: Command "-help" not found.
Bogdans-Air:StripePayment bogdanbarbulescu$ vapor heroku push
Error: spawnProcess
Bogdans-Air:StripePayment bogdanbarbulescu$

from jwt.

Related Issues (20)

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.