mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
2c297e2f45
* Try bumping npm again * Add NPM requirement to readme
18 lines
639 B
Markdown
18 lines
639 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) v14.17 or greater
|
|
* NPM v7
|
|
* 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.
|