⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
install-peers
/
View File Name :
README.md
# install-peers Automatically installs project's peerDependencies (as devDependencies). Works with `npm`, `yarn` and `nvm`. ## Install ### npm ``` $ npm install --save-dev --ignore-scripts install-peers ``` ### yarn ``` $ yarn add --dev --ignore-scripts install-peers ``` ## Usage Run `npm install` (or `yarn install`) to install `prod` and `dev`, as well as `peer` dependencies. _You still may see "unmet peer dependency" warnings, due to installation flow of npm/yarn._ Also it won't update lock (shrinkwrap) files or modify package.json, keeping your setup pure and clean. ## License Install-Peers is released under the MIT license.