Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Install maildev version 2 #390

Closed
kossa opened this issue Mar 23, 2022 · 5 comments
Closed

bug: Install maildev version 2 #390

kossa opened this issue Mar 23, 2022 · 5 comments

Comments

@kossa
Copy link

kossa commented Mar 23, 2022

Hello,

When I run : npm i -g maildev and then maildev --version I got 1.1.0 why it does not pull the latest version (2.0.2)?

Thanks

image

image

@san-chang
Copy link

It is not published yet
see https://www.npmjs.com/package/maildev

@soulteary
Copy link
Member

Thanks for the feedback @kossa , the founders of the project are testing and launching, and we are having some discussions, but due to our time zone differences, it may take a day or two for this action.

@soulteary soulteary added priority next release This issue will be done in the next release planned and removed next release This issue will be done in the next release labels Mar 24, 2022
@soulteary soulteary changed the title Install maildev version 2 bug: Install maildev version 2 Mar 24, 2022
@kossa
Copy link
Author

kossa commented Mar 24, 2022

Thank you

@groenroos
Copy link

Until the package is updated on npm, as a workaround, you can install direct from GitHub;

npm i -g maildev/maildev

Or, in package.json (locked to the v2.0.2 tag, so you don't get unreleased changes);

{
  "dependencies": {
    "maildev": "github:maildev/maildev#v2.0.2"
  }
}

@kossa
Copy link
Author

kossa commented Mar 29, 2022

Thank you @groenroos got it :)

image

@kossa kossa closed this as completed Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants