$ 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 bootstrap@4.5.3 requires a peer of jquery@1.9.1 - 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.
+ bootstrap@4.5.3
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 <pkg>` afterward 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,
- Get Device Screen Width and Height using javaScript
- How to Print from JavaScript HTML using window.print
- Send Extra Data with Ajax Get or Post Request
- How to get UTC (GMT) time using JavaScript
- How to detect Browser and Operating System Name and Version using JavaScript
- Fix: Error: error:0308010C:digital envelope routines::unsupported NodeJs/Vue/React
- How to send email from JavaScript HTML using mailto
- Remove items from JavaScript array
- JavaScript : Get current page address
- Add Animated Scrolling to Html Page Title Script
- [javaScript] Convert text case to lowercase
- JavaScript date in yyyy-MM-dd format
- Power of Print Statements in JavaScript: A Comprehensive Guide
- Submit html form on dropdown menu value selection or change using javascript
- Write javaScript code in Swedish using FikaScript
- Javascript convert text case from uppercase to lowercase
- Excel Fix: SECURITY RISK Microsoft has blocked macros from running because the source of this file is untrusted.
- JavaScript: Count Words in a String
- Meaning of javascript:void(0) explained with example
- JavaScript: Generate Random Numbers between 1 and 3
- npm WARN saveError ENOENT: no such file or directory, open /mnt/c/package.json
- How to get current URL Location using Javascript HTML
- Fix: SyntaxError: The requested module does not provide an export named default
- Fix: Error: Cannot find module /node-examples/init
- JavaScript: Check if variable is a number
More Posts:
- XmlRpcException ConnectException connection refused error - Java
- How to connect to SSH port other than default 22 - Linux
- Android Emulator 5.1.1 not loading on Mac OS X Android Studio - Android-Studio
- Send Extra Data with Ajax Get or Post Request - JavaScript
- Toast not getting displayed Android App - Android
- How to Open Trash on Mac - MacOS
- #HappyBirthdayJimin trending Happy Birthday Jimin BTS Army - BTS
- Enable spell check in Sublime Text (macOS) - MacOS