mirror of
https://github.com/bitwarden/browser
synced 2025-01-06 07:30:10 +01:00
8fc3cf50d2
* Bump engines required to node 16 and npm 8 * Bump @types/node to 16 The dep on node 14.18 will get cleaned up once we bump electron * Modify build.yml to build with node 16 and npm 8 * Update requirements in README.md * Remove install step for npm 8 npm v8.1.2 is included in node v16 * Rename install step * Fixed typo
18 lines
641 B
Markdown
18 lines
641 B
Markdown
[![Github Workflow build on master](https://github.com/bitwarden/jslib/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/bitwarden/jslib/actions/workflows/build.yml?query=branch:master)
|
|
|
|
# Bitwarden JavaScript Library
|
|
|
|
Common code referenced across Bitwarden JavaScript projects.
|
|
|
|
## Requirements
|
|
* [Node.js](https://nodejs.org) v16.13.1 or greater
|
|
* NPM v8
|
|
* Git
|
|
* node-gyp
|
|
|
|
### Windows
|
|
|
|
* *Microsoft Build Tools 2015* in Visual Studio Installer
|
|
* [Windows 10 SDK 17134](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/)
|
|
either by downloading it seperately or through the Visual Studio Installer.
|