How to Install svelte NPM Packages on Ubuntu / Debian

How to Install svelte software package in NPM Packages

svelte : The magical disappearing UI framework. You can installing svelte npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install svelte
$ sudo npm install -g svelte

If want to update the svelte package execute the command as below,

$ sudo npm update svelte

Update package globally,

$ npm install -g svelte

Git clone:

$ sudo  git clone https://github.com/rektide/svelte.git
$ sudo  npm install -g ./svelte

svelte@1.42.1 /usr/lib/node_modules/svelte

How to remove svelte package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall svelte

Basic Information of svelte NPM Package:

Package Name svelte
Version 1.42.1
Description The magical disappearing UI framework
Released Date 2017-11-23T16:14:24.196Z
Published by rich_harris
How to Learn https://www.npmjs.com/package/svelte/tutorial