# agent-dev-school 2024-12-23

## Summary
The chat focused on resolving issues related to package management and node versioning. Aazan.eth raised a concern about needing to reinstall pnpm and npm every time the code is booted, indicating a potential configuration issue. CidSociety clarified that the problem is related to the Node.js version rather than pnpm itself, suggesting an update to Node.js version 23.3.0 using nvm (Node Version Manager) to ensure consistent environment setup.

## FAQ
- What is ggwe? asked by Allen
- Do you need to reinstall pnpm and npm every time? asked by aazan.eth

## Help Interactions
- CidSociety helped aazan.eth with Provided a solution for the pnpm and npm reinstallation issue.

## Action Items

### Technical Tasks
- Update Node.js to version 23.3.0 using nvm. mentioned by CidSociety