kerpi.swifties.social
@kerpi.swifties.social
Working with lists in C#? Use List for dynamic arrays that allow adding, removing, and searching items easily. Don’t forget methods like Add(), Remove(), Contains(), and Sort(). Mastering lists is key to efficient C# programming. #CSharp #Coding
September 4, 2024 at 2:48 PM
🚨 Facing `ERESOLVE unable to resolve dependency tree` error while installing jay-js with Node 20? 🤯 It’s due to conflicting versions of eslint & @typescript-eslint/parser.

Fix it with:
1️⃣ npm install --legacy-peer-deps
2️⃣ npm install --force
#JavaScript #NodeJS #NPM #Dev #JayJs
September 4, 2024 at 1:10 PM