Mend & Defend Community
Mend's developer community is a place to share insights and ask questions about dependencies, security risks, and AppSec solutions.
Recent Questions
How do I use requirements.txt to install all dependencies in a python project?
I'm new to python and keep getting errors when I try to install dependencies from requirements.txt. Help, please.Asked a year ago
1
Answers
2.3k
Views
How can I deploy a Cloud ML Training job with additional python dependencies?
I'm a bit stuck and trying to work out how to add additional python dependencies.Asked 10 months ago
1
Answers
1.2k
Views
Why is the AWS SAM CLI ignoring my Python dependencies during build, package, and deploy?
How can I ensure that the SAM CLI downloads and packages my Python dependencies, along with my source code?Asked 10 months ago
1
Answers
1.5k
Views
How to avoid a circular import when using python-dependency-injector in a Flask project?
I'm new to Flask and Python in general. Circular imports are bad - I know that. But how do you avoid them?Asked 10 months ago
1
Answers
2.2k
Views
How to ensure that a dependency's dependencies install directly below the "node_modules" directory?
Surely, there's a way to do it efficiently. How is everyone else doing it?Asked 10 months ago
1
Answers
700
Views
What is the command to list all package versions from a yarn.lock file in yarn3.x?
I've tried using yarn list but it gives too much detail and it's a bit hard to read. Adding the --json flag doesn't make it any easier either. I don't want to manually check the node_modules folder and is there a way to do it so I don't have to also go into package.json?Asked a year ago
1
Answers
1.7k
Views
What are the benefits of using a package manager like npm?
Why can't we just add it through CDN? I see CDN links to add packages but everyone says to use npm instead. Asked 10 months ago
1
Answers
1.5k
Views
What is the difference between Gulp, NPM, and Bower?
There are so many of them out there and I'm just trying to get my head around what each of them does.Asked a year ago
1
Answers
1k
Views
How do I generate a package-lock.json file?
Another question, also, is why do I need to have a package-lock file? I've been following along to a React tutorial but it wasn't really explained why. Asked a year ago
1
Answers
4.2k
Views
What is the resolution for the "Cannot find module" error when using Node.js?
I'm stuck on this error and don't really know what it means. I've imported the module and trying to use it in my functions but the console just keeps flashing "cannot find module" at me. Someone help please.Asked 10 months ago
1
Answers
1.7k
Views