<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>javascript on Ohidur's Blog</title><link>https://blog.ohidur.com/tags/javascript/</link><description>Recent content in javascript on Ohidur's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>me@ohidur.com (Ohidur Rahman Bappy)</managingEditor><webMaster>me@ohidur.com (Ohidur Rahman Bappy)</webMaster><copyright>©{year} Ohidur.com</copyright><lastBuildDate>Sat, 12 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.ohidur.com/tags/javascript/index.xml" rel="self" type="application/rss+xml"/><item><title>npm reference</title><link>https://blog.ohidur.com/posts/cheatsheet/npm/</link><pubDate>Sat, 12 Dec 2020 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/cheatsheet/npm/</guid><description>GET VERSION npm -v (or --version) GET HELP npm help npm CREATE PACKAGE.JSON npm init npm init -y (or --yes) SET DEFAULTS npm config set init-author-name &amp;quot;YOUR NAME&amp;quot; npm set init-license &amp;quot;MIT&amp;quot; GET DEFAULTS npm config get init-author-name npm get init-license REMOVE DEFAULTS npm config delete init-author-name npm delete init-license INSTALLING LOCAL PACKAGES npm install lodash --save (or npm install --save lodash) npm install moment --save npm install gulp gulp-sass --save-dev MOVE TO ANOTHER FOLDER npm install npm install --production REMOVING MODULES npm uninstall gulp-sass --save-dev npm remove gulp --save-dev INSTALL CERTAIN VERSIONS npm install lodash@4.</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>node</category><category>javascript</category><category>programming</category></item></channel></rss>