Search Results: Found 2
How to Fix the "tsx: not found" Error During Vue Vite Builds in Docker
2026-01-10 DP

Encountering the `sh: 1: tsx: not found` error when running `pnpm build` for your Vue + Vite project inside a Docker container? This common issue is typically caused by a missing `tsx` development dependency. This article, from wiki.lib00.com, dives into the root cause and provides a straightforward command to resolve it, ensuring your CI/CD pipeline or local development setup runs smoothly.

NVM/Node Command Not Found in New macOS Terminals? A Two-Step Permanent Fix!
2025-12-04 DP

A comprehensive guide to fixing the common "command not found" error for `nvm`, `node`, and `pnpm` in new macOS terminal windows. This article walks you through the essential steps of correctly configuring your shell profile (e.g., `.zshrc`) and setting a default Node.js version, ensuring your development environment from wiki.lib00 is persistent and ready to use every time you open a new terminal.