Hello folks! Welcome back to a new edition of our tutorial on Babel.js. In this section of our tutorial on Babel.js, we will learn about how to setup the environment for Babel.js.
To work with Babel.js we need the following setup -
To work with Babel.js we need the following setup -
- NodeJS
- Npm
- Babel-CLI
- Babel-Preset
- IDE for writing code
NodeJS
To check if your system has nodejs installed on it, type node -v in the terminal. This helps you see the nodejs version currently running on your system.
If it does not print anything, install nodejs on your system. To install nodejs, go to the homepage https://nodejs.org/en/download of nodejs and install the package based on your Operating System.
The following screenshot below shows the download page of nodejs -
The following screenshot below shows the download page of nodejs -
Based on your Operating System, install the required package. Once nodejs is installed, npm will also be installed along side with it. To check if npm is installed or not, type npm -v in the terminal. The npm version running on the system should be displayed.
READ: Babel.js | Overview
Alright guys! This is where we are going to be rounding up for this tutorial. In our next tutorial guide, we will be discussing about BabelJS CLI
Feel free to ask your questions where necessary and we will attend to them as soon as possible. If this tutorial was helpful to you, you can use the share button to share this tutorial.
Follow us on our various social media platforms to stay updated with our latest tutorials. You can also subscribe to our newsletter in order to get our tutorials delivered directly to your emails.
Thanks for reading and bye for now.
Feel free to ask your questions where necessary and we will attend to them as soon as possible. If this tutorial was helpful to you, you can use the share button to share this tutorial.
Follow us on our various social media platforms to stay updated with our latest tutorials. You can also subscribe to our newsletter in order to get our tutorials delivered directly to your emails.
Thanks for reading and bye for now.