<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Npm – NelkoDev</title>
	<atom:link href="https://nelkodev.com/en/npm/feed/" rel="self" type="application/rss+xml" />
	<link>https://nelkodev.com/en</link>
	<description></description>
	<lastbuilddate>Mon, 03 Jun 2024 17:44:30 +0000</lastbuilddate>
	<language>in-GB</language>
	<sy:updateperiod>
	hourly	</sy:updateperiod>
	<sy:updatefrequency>
	1	</sy:updatefrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://nelkodev.com/wp-content/uploads/2022/03/cropped-logo-nelkodev-32x32.png</url>
	<title>Npm – NelkoDev</title>
	<link>https://nelkodev.com/en</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Administration: How to create a new project with NPM</title>
		<link>https://nelkodev.com/en/blog/administration-how-to-create-a-new-project-with-npm/</link>
					<comments>https://nelkodev.com/en/blog/administration-how-to-create-a-new-project-with-npm/#respond</comments>
		
		<dc:creator><![CDATA[NelkoDev]]></dc:creator>
		<pubdate>Tue, 09 Apr 2024 14:54:58 +0000</pubdate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Npm]]></category>
		<category><![CDATA[¿cómo]]></category>
		<category><![CDATA[administración:]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[con]]></category>
		<category><![CDATA[crear]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[nuevo]]></category>
		<category><![CDATA[proyecto]]></category>
		<guid ispermalink="false">https://nelkodev.com/blog/administracion-como-crear-un-nuevo-proyecto-con-npm/</guid>

					<description><![CDATA[As developers, it&#039;s essential to have solid project management skills to carry out our work efficiently and in an organized manner. In this article, I&#039;ll explain step-by-step how to create a new project using NPM, an essential tool in the JavaScript development ecosystem. What is NPM? NPM (Node Package Manager) […]]]></description>
		
					<wfw:commentrss>https://nelkodev.com/en/blog/administration-how-to-create-a-new-project-with-npm/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Managing the node_modules folder in Node.js projects</title>
		<link>https://nelkodev.com/en/blog/administration-of-the-node_modules-folder-in-node-js-projects/</link>
					<comments>https://nelkodev.com/en/blog/administration-of-the-node_modules-folder-in-node-js-projects/#respond</comments>
		
		<dc:creator><![CDATA[NelkoDev]]></dc:creator>
		<pubdate>Mon, 11 Mar 2024 15:48:40 +0000</pubdate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Npm]]></category>
		<category><![CDATA[administración:]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[carpeta]]></category>
		<category><![CDATA[node_modules]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[proyectos]]></category>
		<guid ispermalink="false">https://nelkodev.com/blog/administracion-de-la-carpeta-node_modules-en-proyectos-node-js/</guid>

					<description><![CDATA[The node_modules folder is a fundamental directory in Node.js development projects. In this article, I&#039;ll explain how to effectively manage this folder and how to optimize its performance in your JavaScript projects. What is the node_modules folder? The node_modules folder is a directory where all the dependencies of a […]]]></description>
		
					<wfw:commentrss>https://nelkodev.com/en/blog/administration-of-the-node_modules-folder-in-node-js-projects/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Administration: How to create a new project with NPM in JavaScript</title>
		<link>https://nelkodev.com/en/blog/administration-how-to-create-a-new-project-with-npm-in-javascript/</link>
					<comments>https://nelkodev.com/en/blog/administration-how-to-create-a-new-project-with-npm-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[NelkoDev]]></dc:creator>
		<pubdate>Tue, 05 Mar 2024 06:13:25 +0000</pubdate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Npm]]></category>
		<category><![CDATA[¿cómo]]></category>
		<category><![CDATA[administración:]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[con]]></category>
		<category><![CDATA[crear]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[nuevo]]></category>
		<category><![CDATA[proyecto]]></category>
		<guid ispermalink="false">https://nelkodev.com/blog/administracion-como-crear-un-nuevo-proyecto-con-npm-en-javascript/</guid>

					<description><![CDATA[Project management is an essential part of software development. If you&#039;re working with JavaScript and want to start a new project, using NPM can be a great choice. In this article, you&#039;ll learn how to create a new project with NPM in JavaScript, taking into account all the best practices and usage […]]]></description>
		
					<wfw:commentrss>https://nelkodev.com/en/blog/administration-how-to-create-a-new-project-with-npm-in-javascript/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NPM Script Administration with Javascript in Spanish</title>
		<link>https://nelkodev.com/en/blog/administration-of-npm-scripts-with-javascript-in-spanish/</link>
					<comments>https://nelkodev.com/en/blog/administration-of-npm-scripts-with-javascript-in-spanish/#respond</comments>
		
		<dc:creator><![CDATA[NelkoDev]]></dc:creator>
		<pubdate>Sun, 25 Feb 2024 00:53:09 +0000</pubdate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Npm]]></category>
		<category><![CDATA[administración:]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[con]]></category>
		<category><![CDATA[español]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[scripts]]></category>
		<guid ispermalink="false">https://nelkodev.com/blog/administracion-de-scripts-de-npm-con-javascript-en-espanol/</guid>

					<description><![CDATA[Managing and automating software development tasks is standard practice in today&#039;s industry. NPM (Node Package Manager), one of the fundamental tools in the JavaScript ecosystem, offers an efficient and flexible scripting system. In this article, we&#039;ll delve into how to manage NPM scripts to streamline and optimize […]]]></description>
		
					<wfw:commentrss>https://nelkodev.com/en/blog/administration-of-npm-scripts-with-javascript-in-spanish/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introduction to permissions issues in NPM</title>
		<link>https://nelkodev.com/en/blog/introduction-to-permissions-problems-in-npm/</link>
					<comments>https://nelkodev.com/en/blog/introduction-to-permissions-problems-in-npm/#respond</comments>
		
		<dc:creator><![CDATA[NelkoDev]]></dc:creator>
		<pubdate>Mon, 19 Feb 2024 13:54:11 +0000</pubdate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Npm]]></category>
		<category><![CDATA[¿problemas]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[introducción,]]></category>
		<category><![CDATA[los]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[permisos]]></category>
		<guid ispermalink="false">https://nelkodev.com/blog/introduccion-a-los-problemas-de-permisos-en-npm/</guid>

					<description><![CDATA[Welcome to my programming and marketing blog at NelkoDev. In this article, we&#039;re going to discuss a topic that can be frustrating for many developers: permission issues in NPM. If you&#039;re developing web applications with JavaScript, you&#039;ve probably encountered this issue at some point. But […]]]></description>
		
					<wfw:commentrss>https://nelkodev.com/en/blog/introduction-to-permissions-problems-in-npm/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Managing the package.json file in npm</title>
		<link>https://nelkodev.com/en/blog/package-json-file-management-in-npm/</link>
					<comments>https://nelkodev.com/en/blog/package-json-file-management-in-npm/#respond</comments>
		
		<dc:creator><![CDATA[NelkoDev]]></dc:creator>
		<pubdate>Thu, 15 Feb 2024 00:13:53 +0000</pubdate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Npm]]></category>
		<category><![CDATA[administración:]]></category>
		<category><![CDATA[archivo]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[del]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[package.json]]></category>
		<guid ispermalink="false">https://nelkodev.com/blog/administracion-del-archivo-package-json-en-npm/</guid>

					<description><![CDATA[The package.json file is a fundamental part of any JavaScript project. It stores and manages information about the project, its dependencies, and other relevant details. In this guide, we&#039;ll teach you how to manage and use the package.json file in npm. What is the package.json file? The package.json file is a […]]]></description>
		
					<wfw:commentrss>https://nelkodev.com/en/blog/package-json-file-management-in-npm/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introduction to installing Node with NVM</title>
		<link>https://nelkodev.com/en/blog/introduction-to-installing-node-with-nvm/</link>
					<comments>https://nelkodev.com/en/blog/introduction-to-installing-node-with-nvm/#respond</comments>
		
		<dc:creator><![CDATA[NelkoDev]]></dc:creator>
		<pubdate>Fri, 02 Feb 2024 09:34:00 +0000</pubdate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Npm]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[con]]></category>
		<category><![CDATA[instalación]]></category>
		<category><![CDATA[introducción,]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[nvm]]></category>
		<guid ispermalink="false">https://nelkodev.com/blog/introduccion-a-la-instalacion-de-node-con-nvm/</guid>

					<description><![CDATA[In the world of web development, JavaScript is one of the most popular programming languages. And if you&#039;re interested in working with JavaScript, you&#039;ll likely need to install Node.js on your machine. But how can you do it most efficiently? Installing Node with NVM To install Node.js easily and seamlessly, follow these steps:]]></description>
		
					<wfw:commentrss>https://nelkodev.com/en/blog/introduction-to-installing-node-with-nvm/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introduction to global installations in NPM</title>
		<link>https://nelkodev.com/en/blog/introduction-to-global-installations-in-npm/</link>
					<comments>https://nelkodev.com/en/blog/introduction-to-global-installations-in-npm/#respond</comments>
		
		<dc:creator><![CDATA[NelkoDev]]></dc:creator>
		<pubdate>Mon, 22 Jan 2024 07:58:02 +0000</pubdate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Npm]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[globales]]></category>
		<category><![CDATA[instalaciones]]></category>
		<category><![CDATA[introducción,]]></category>
		<category><![CDATA[las]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm]]></category>
		<guid ispermalink="false">https://nelkodev.com/blog/introduccion-a-las-instalaciones-globales-en-npm/</guid>

					<description><![CDATA[As a Spanish JavaScript developer, it&#039;s essential to understand how global installations work in NPM. In this article, we&#039;ll explore what global installations are and how they can be leveraged to improve your development workflow. Read on to learn everything you need to know about this topic. What are global installations […]]]></description>
		
					<wfw:commentrss>https://nelkodev.com/en/blog/introduction-to-global-installations-in-npm/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>