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

set-up dev environment #1

Open
Brady-Adcock opened this issue Oct 25, 2021 · 3 comments
Open

set-up dev environment #1

Brady-Adcock opened this issue Oct 25, 2021 · 3 comments
Labels
good first issue Good for newcomers

Comments

@Brady-Adcock
Copy link

ensure that each team member can use the project build tools and run their build of classroom assistant.

@Brady-Adcock Brady-Adcock added the good first issue Good for newcomers label Oct 25, 2021
@Brady-Adcock Brady-Adcock added this to To do in Project Setup Oct 25, 2021
@Brady-Adcock
Copy link
Author

the node version to use is listed in the .node-version file.

@Brady-Adcock
Copy link
Author

I had to install libsecret before I could get script/setup to work. Installation instructions are listed below.

Depending on your distribution, you will need to run the following command:

Debian/Ubuntu: sudo apt-get install libsecret-1-dev
Red Hat-based: sudo yum install libsecret-devel
Arch Linux: sudo pacman -S libsecret

@Brady-Adcock
Copy link
Author

Final note, ensure that the absolute path for building the app doesn't contain spaces...

nodejs/node-gyp#65 (comment)

@jbaldw jbaldw moved this from To do to In progress in Project Setup Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Project Setup
In progress
Development

No branches or pull requests

1 participant