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

Mailer install errors #230

Open
ssmitienko opened this issue Sep 20, 2023 · 3 comments
Open

Mailer install errors #230

ssmitienko opened this issue Sep 20, 2023 · 3 comments

Comments

@ssmitienko
Copy link

Hello, I'm trying to setup v3.2.2 of remp. I have issues with Mailer.
yarn install
➤ YN0000: ┌ Resolution step
➤ YN0002: │ jquery-typeahead@npm:2.11.1 doesn't provide @babel/core (p09033), requested by @babel/register
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements for details, where is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 272ms
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0071: │ Cannot link @remp/js-commons into mailer-module@file:extensions/mailer-module#extensions/mailer-module::hash=4bdb92&locator=root-workspace-0b6124%40workspace%3A. dependency jquery@npm:3.6.0 conflicts with parent dependency jquery@npm:3.6.1
➤ YN0071: │ Cannot link @remp/js-commons into mailer-module@file:extensions/mailer-module#extensions/mailer-module::hash=4bdb92&locator=root-workspace-0b6124%40workspace%3A. dependency vue@npm:2.7.14 conflicts with parent dependency vue@npm:2.7.11
➤ YN0000: └ Completed in 0s 404ms
➤ YN0000: Failed with errors in 0s 875ms

@rootpd
Copy link
Member

rootpd commented Sep 20, 2023

Thanks for the report, we'll investigate.

  • Are you installing from this repository, or through the https://github.com/remp2020/mailer-skeleton/?
    • (Mailer Skeleton is extendable standalone installation of Mailer, recommended for new projects)
  • Are you using Docker images provided by the repository, or installing directly on your host machine?
  • If you're not using Docker, can you check what versions of Node and Yarn you have?

Thanks.

@ssmitienko
Copy link
Author

I did git checkout https://github.com/remp2020/remp v 3.2.2 and followed Readme.md's in subdirictories Beam Campaign Sso and Mailer. My nodejs is v18.18.0, npm is 9.8.1 and yarn is 2.4.3

@miroc
Copy link
Member

miroc commented Sep 22, 2023

@ssmitienko We investigated the problem, however, we were unable to reproduced the error (with same versions of npm, node and yarn, run on two different OS). yarn install proceeded correctly.

Did you run yarn update during the installation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants