Closed emmz3230 closed 2 weeks ago
@emmz3230 is attempting to deploy a commit to the LFG Labs Team on Vercel.
A member of the Team first needs to authorize it.
The changes in this pull request involve an update to the CONTRIBUTING.md
file, specifically in the development environment setup section. A new instruction has been added to include the --force
flag when executing the npm install
command to help manage dependencies effectively. Additionally, a minor formatting adjustment was made by adding a newline at the end of the file.
File | Change Summary |
---|---|
docs/CONTRIBUTING.md | Added instruction to use --force flag with npm install for dependency management; added newline at end of file. |
sequenceDiagram
participant Contributor
participant System
Contributor->>System: Run npm install --force
System->>System: Resolve dependencies
System-->>Contributor: Installation complete
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Help with npm i in Readme ans update to use force
Summary by CodeRabbit
CONTRIBUTING.md
file with new instructions for dependency management during development setup.--force
flag with thenpm install
command to aid contributors.