### Install Nuqs Package with npm Source: https://nuqs.47ng.com/docs/index This command installs the nuqs package using the npm package manager. Ensure you have Node.js and npm installed on your system. ```bash npm install nuqs ``` -------------------------------- ### Install Nuqs Package with bun Source: https://nuqs.47ng.com/docs/index This command installs the nuqs package using the bun package manager. Bun is a new, fast JavaScript runtime, bundler, transpiler, and package manager. ```bash bun install nuqs ``` -------------------------------- ### Install Nuqs Package with pnpm Source: https://nuqs.47ng.com/docs/index This command installs the nuqs package using the pnpm package manager. pnpm is a fast, disk-efficient package manager for JavaScript. ```bash pnpm install nuqs ``` -------------------------------- ### Install Nuqs Package with yarn Source: https://nuqs.47ng.com/docs/index This command installs the nuqs package using the yarn package manager. Yarn is another popular package manager for JavaScript. ```bash yarn add nuqs ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.