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

Cannot find module '@open-condo/cli' #50

Open
pedroponte opened this issue Dec 22, 2023 · 1 comment
Open

Cannot find module '@open-condo/cli' #50

pedroponte opened this issue Dec 22, 2023 · 1 comment

Comments

@pedroponte
Copy link

Screenshot 2023-12-22 at 13 32 28

Any hints please?

TIA

@Hunny-j
Copy link

Hunny-j commented Jan 22, 2024

Hi @pedroponte ,

I am at the same step... and found the same issue
to fix you need to touch the file

root@CT100:/home/js/condo# vi bin/prepare.js
the line 16
from
} = require('@open-condo/cli')

to
} = require('/condo/packages/**cli/')

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

No branches or pull requests

2 participants