question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue following quick setup guide

See original GitHub issue

I’m following the quick setup guide and getting the following error on step 3:

ERROR: Missing mandatory value for "user" option interpolating ${USERID?}:${USERID?} in service "contracts-env": USERID

As per the guide, I have only cloned the repo and setup a blank .env file.

Mac OSX 12.1 (21C52) (M1)
Docker version 20.10.13, build a224086
docker-compose version 1.29.2, build 5becea4c

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
jonomnomcommented, Mar 23, 2022

I would like to add that EACCES: permission denied, mkdir '/.config' error means that you do not have root access.

Instead of running:

export USERID=$UID && docker-compose build && docker-compose exec contracts-env bash

Run the following to launch docker and get root access:

export USERID=$UID && docker-compose build && docker-compose exec -u 0 contracts-env bash

If you still get mkdir errors, you want to run the following command to give write access to the path that the error says you don’t have access to. You may need to mkdir the path also. (Run this in the docker container.)

chmod 0777 <path>

Let me know if there is a better way to do this.

2reactions
qwolphincommented, Mar 20, 2022

The setup was changed a bit, for now you can use setup instructions from README

https://github.com/aave/lens-protocol#setup

Read more comments on GitHub >

github_iconTop Results From Across the Web

Quick Setup Guide - EdgeIPS - Trend Micro
Before connecting the PC/Laptop to EdgeIPS, the PC's IP address should be set to. 192.168.127.100. After that, connect the PC and EdgeIPS using...
Read more >
Quick Setup Guide - Hisense
All material in this Quick Setup Guide is the property of Hisense Company Ltd. ... This Quick Setup Guide supports the following models:...
Read more >
Installation & Quick Setup Guide - Northern Video
Installation & Quick Setup Guide. Page 2. Network Bullet Camera· Quick Operation Guide ... subject to the following two conditions:.
Read more >
Quick Setup Guide · facebookarchive/fbctf Wiki - GitHub
This guide details the quick setup mode which provides a streamlined and consistent build of the platform but offers less flexibility when ...
Read more >
Quick Setup Guide - Brother
Please read this 'Quick Setup Guide' for proper set up and installation instructions. Keep this 'Quick Setup Guide' and the supplied CD-ROM in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found