I can’t initialize the npm package in Notepad++. I don’t know how to do it, because in every video the Youtubers initialize them with the program’s terminal, but I think Notepad++ doesn’t have a terminal or if it does I can’t find it. Can anyone help me please, cause I can’t finish my Login system if I don’t have that package? Or should I use another program for example Visual Studio? What’s the best HTML development program?
>Solution :
- Open Terminal or Command Prompt if you are using windows.
- go to the folder where your project is using cd command.
- Install npm’s you need.
The terminal in any code editor is same as operating system terminal.
I will suggest to use VS Code for learning as most tutorials will be using that.