We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ensure that each team member can use the project build tools and run their build of classroom assistant.
The text was updated successfully, but these errors were encountered:
the node version to use is listed in the .node-version file.
Sorry, something went wrong.
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
Final note, ensure that the absolute path for building the app doesn't contain spaces...
nodejs/node-gyp#65 (comment)
No branches or pull requests
ensure that each team member can use the project build tools and run their build of classroom assistant.
The text was updated successfully, but these errors were encountered: