esatya / rahat-agency

Agency management system for Rahat
https://rahat.io
GNU Affero General Public License v3.0
2 stars 17 forks source link

removed deprecated rumsan-ui package #234

Closed saminarp closed 2 years ago

saminarp commented 2 years ago

The instructions regarding installation of the project requires yarn install. However I was instructed to remove the deprecated rumsan-ui package.

I removed it from package.json, however, this caused some different errors. See below.

Please advise what I should do?

CleanShot 2022-10-19 at 04 48 56@2x
washbin commented 2 years ago

was going to open an issue for the same, seems like there is already a PR at work.

washbin commented 2 years ago

The instructions regarding installation of the project requires yarn install. However I was instructed to remove the deprecated rumsan-ui package.

I removed it from package.json, however, this caused some different errors. See below.

Please advise what I should do?

CleanShot 2022-10-19 at 04 48 56@2x

The node-sass package seems to be dependent on python2 which is absent on your system. One possible solution maybe to install python2[which I don't particularly recommend]

myanzik commented 2 years ago

rumsan-ui package was made private and currently not used in rahat-agency. thanks for pointing it out.