Search this site
Embedded Files
Skip to main content
Skip to navigation
Simon's Stuff
Home
Linux Notes
Raspberry Pi
FreeBSD
Perl
Python
Node
NPM
C
Assembly
Bash
AVR
Git
Docker
Kubernetes
Powershell
Conda
React
Simon's Stuff
Home
Linux Notes
Raspberry Pi
FreeBSD
Perl
Python
Node
NPM
C
Assembly
Bash
AVR
Git
Docker
Kubernetes
Powershell
Conda
React
More
Home
Linux Notes
Raspberry Pi
FreeBSD
Perl
Python
Node
NPM
C
Assembly
Bash
AVR
Git
Docker
Kubernetes
Powershell
Conda
React
NPM
Creating new package.json
Go into the project folder and type:
npm init
Add dependencies to pakage.json
npm install <package> --save
Install all packages from package.json (e.g. software install)
npm install
Report abuse
Page details
Page updated
Report abuse