Node JS Install
Note: Install node js to run Multikart Frontend and Admin .
Node.js
- Download latest version of node.js from nodejs.org.
- Install Node.js using downloaded file
- Open a command prompt or terminal and Run the following commands to verify the installation
node-v
Npm package manager
- Next.js apps depend on features and functionality provided by libraries that are available as npm packages. To download and install npm packages, you must have an, you must have an npm package manager.
- This Quick Start uses the npm client command line interface, which is installed with Node.js by
default. Run following command in a terminal/console window To check that you have the npm client installed or not.
npm-v
- For better understanding Next.js we suggest you to once go through official documentation of Next.js from Next.js Docs.