$ npm install bootstrap
[..................] / rollbackFailedOptional: verb npm-session 22d44eece148766a
npm WARN saveError ENOENT: no such file or directory, open '/mnt/c/package.json'
npm WARN saveError EACCES: permission denied, open '/mnt/c/package-lock.json.3919122526'
npm WARN enoent ENOENT: no such file or directory, open '/mnt/c/package.json'
npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed.
You must install peer dependencies yourself.
npm WARN c No description
npm WARN c No repository field.
npm WARN c No README data
npm WARN c No license field.
+ [email protected]
updated 1 package and audited 1 package in 1.102s
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm init command
In order to resolve this issue you must run npm init command in the directory where you want to install the package in order to create the package.json file,
$ npm init
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.
See `npm help json` for definitive documentation on these fields
and exactly what they do.
Use `npm install ` afterwards to install a package and
save it as a dependency in the package.json file.
Press ^C at any time to quit.
package name: (packages)
version: (1.0.0)
description:
git repository:
keywords:
author:
license: (ISC)
About to write to /home/packages/package.json:
{
"name": "packages",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.5.3"
},
"devDependencies": {},
"description": ""
}
Is this OK? (yes)
$
More Posts related to JavaScript,
- Add Animated Scrolling to Html Page Title Script
- How to get query string in JavaScript HTML location.search
- How to get current URL Location using Javascript HTML
- How to detect Browser and Operating System Name and Version using JavaScript
- Submit html form on dropdown menu value selection or change using javascript
- How to Print from JavaScript HTML using window.print
- JavaScript : Get url protocol HTTP, HTTPS, FILE or FTP
- JavaScript : Get current page address
- How to send email from JavaScript HTML using mailto
- Send Extra Data with Ajax Get or Post Request
- Write javaScript code in Swedish using FikaScript
- Get Device Screen Width and Height using javaScript
- How to get UTC (GMT) using javascript
- Javascript convert text case from uppercase to lowercase
- Loading previous page using html button using JavaScript
- [javaScript] Convert text case to lowercase
- Detect if Cookies are enabled using JavaScript
More Posts:
- Struts2 : java.lang.ClassNotFoundException: org.apache.commons.fileupload.RequestContext - Java
- Upload Pdf file using PHP Script - PHP
- How to Gzip a file directory on Mac OS X using Terminal Command - Mac-OS-X
- Get-ADUser PowerShell - Get AD user details using email address - SharePoint
- How to Import External Jars to Android Studio 1.0.1 Project - Android-Studio
- How to destroy PHP session() - PHP
- Add Blank Lines Between Each Lines in Notepad++ - NotepadPlusPlus
- Take Screenshot on Mac OS X (Keyboard Shortcuts) - Mac-OS-X
- How to remove blank lines from a file using Notepad++ - NotepadPlusPlus
- Calculate Area of ellipse - C-Program
- SharePoint 2010 DataForm Unable to display this Web Part System.StackOverflowException - SharePoint
- SwissCovid App Launched in Switzerland - News
- ASCII to HEX and HEX to ASCII Conversion Notepad++ - NotepadPlusPlus
- Android : Duplicate registration for activity com.example.abc - Android
- Android Emulator Soft Back button action using Computer keyboard - Android