remp2020 / remp

REMP - Reader's engagement and monetization platform. Set of open-source tools for publishers to engage with their audience. Repository is public mirror of our internal private repo.
https://remp2020.com
MIT License
126 stars 39 forks source link

Mailer install errors #230

Open ssmitienko opened 10 months ago

ssmitienko commented 10 months ago

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 commented 10 months ago

Thanks for the report, we'll investigate.

Thanks.

ssmitienko commented 10 months ago

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 commented 10 months ago

@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?