Installation
Preperation

Installation - Preperation

Before we do anything, we must prepare for the installation! Please skip to the next page if you:

  • Have a preferred text editor installed and set-up
  • Have Node.js installed

Installing a text editor

The developers of lNV highly reccommend the use of VSCode, but any editor is great. Just make sure your selected editor has a terminal, or you have opened the terminal on your Operating System and have opened your project's folder.

Installing Node.js

Node.js is a necessity when it comes to installing NPM packages. Head to Node.js' official website and install the latest version of Node.js. Go through the installer as usual, and when you have successfully complete setup, go to your terminal and run node -v to verify the installation worked!

Make sure you re-open your terminal after installing Node!

Conclusion

You're now ready to install lNV into your project! Navigate to the next page to begin the installation of my package.

Last updated on December 19, 2022