UNPKG

fnbl

Version:
42 lines (26 loc) 706 B
# ⚠️ Wrong Package If you landed here, chances are you meant to install: ```bash npm install fnlb@latest ``` But instead, you ran: ```bash npm install fnbl ``` Don’t worry — it happens! ## 📦 Why does this package exist? This is a **security package** meant to catch accidental misspellings of the `fnlb` package. When installed, it immediately displays a message in your terminal: ```md # This is not the FNLB package you are looking for. ``` Then it provides instructions to install the correct one. ## ✅ Correct Usage To install the FNLB package, run: ```bash npm install fnlb@latest ``` Or, for Yarn: ```bash yarn add fnlb@latest ```