Help me fix a "module not found" error in my Gitlab pipeline
Budget: $10 – $30 USD
I have a Gitlab yml pipeline, and have a "axios module not found" error that I can't figure out why it's not being installed.
My pipeline was working until recently, when I started implementing code code that deploys a Graylog server. I'll walk you through what the code does.
I have a deploy.js script that checks a config file that defines several businessType variables. For each businessType, the script deploys a server on Vultr, as well as a "Graylog server" that should retrieve the console logs for each deployed server, so I can connect them to a frontend.
When I started setting up the Graylog server by changing files in vultrOps.js as well as logger.js, I originally used node-fetch but got the "node-fetch module not found" error. Changing to using axios, I got the same error but for axios.
I have no idea what the problem is, I'm doing npm install in my yml file as well as the dockerFile I'm using. The axios package is in my package.json.
If you think you can help, please include the word "candybar" in your description so I know you've read the description and can complete the project for the amount you bid.
My pipeline was working until recently, when I started implementing code code that deploys a Graylog server. I'll walk you through what the code does.
I have a deploy.js script that checks a config file that defines several businessType variables. For each businessType, the script deploys a server on Vultr, as well as a "Graylog server" that should retrieve the console logs for each deployed server, so I can connect them to a frontend.
When I started setting up the Graylog server by changing files in vultrOps.js as well as logger.js, I originally used node-fetch but got the "node-fetch module not found" error. Changing to using axios, I got the same error but for axios.
I have no idea what the problem is, I'm doing npm install in my yml file as well as the dockerFile I'm using. The axios package is in my package.json.
If you think you can help, please include the word "candybar" in your description so I know you've read the description and can complete the project for the amount you bid.