Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

How to run a terminal command in Gitlab's web interface

How can I run basic commands from the web GUI or web IDE of Gitlab? I'm currently trying to run a pathPrefix command but I guess this question applies to any command

2 Answers

rydavim
rydavim
18,813 Points

I don't have any specific experience with GitLab, but I would start with the interactive web terminals documentation. It looks like you would need to do some configuration to get that setup.

hmm you're right the configuration seemed gnarly enough where i just bit the bullet and did it in terminal.

Running into a different error now and this is probably more a Gatsby question- trying to deploy a separate blog repo to a customdomain.com/blog, basically as described here: https://community.netlify.com/t/common-issue-can-i-deploy-multiple-repositories-in-a-single-site/179.

I'm trying to use the --prefix-paths command (as described here: https://www.gatsbyjs.org/docs/path-prefix/), however when I run the gatsby build --prefix-paths command, I keep getting an error that says: There was a problem loading the local build command. Gatsby may not be installed in your site's "node_modules" directory. Perhaps you need to run "npm install"? You might need to delete your "package-lock.json" as well. [The site is a gatsby starter blog so I'm pretty sure Gatsby is installed btw, and I checked and npm is installed and up to date] Any thoughts on what to do?