I'm following this documentation to deploy ORO on my local host. https://laptrinhx.com/installing-orocommerce-b2b-application-583947541/
when i execute ''' composer install --prefer-dist ''' this command it gives me the error
No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file.
i have tried all the methods available but nothing's working for me kindly can someone guide me on it?
If there is no "composer.lock" file (I don't see it in the repository), the Composer will use "composer.json", it is a normal behavior. You can use "composer update" if there is no "composer.lock" file