@@ -15,7 +15,13 @@ The package, [@wma/wdfn-vue-components](https://code.usgs.gov/groups/wma/-/packa
...
@@ -15,7 +15,13 @@ The package, [@wma/wdfn-vue-components](https://code.usgs.gov/groups/wma/-/packa
//code.usgs.gov/api/v4/packages/npm/:_authToken=<your personal access token>
//code.usgs.gov/api/v4/packages/npm/:_authToken=<your personal access token>
```
```
You may also need to have the following environment variables set to a bundle that includes all certs for your environment including any corporate proxy cert: NPM_CONFIG_CAFILE and NODE_EXTRA_CA_CERTS
You may also need to have the following environment variables set to a bundle that includes all certs for your environment including any corporate proxy cert: NPM_CONFIG_CAFILE and NODE_EXTRA_CA_CERTS.
In addition, if someone has deleted the version that you are using and replaced it with a new build, you will likely get an EINTEGRITY error when using npm install. If this happens, uninstall @wma/wdfn-vue-components and then reinstall as follows:
```bash
npm uninstall @wma/wdfn-vue-components
npm install @wma/wdfn-vue-components --save-exact
```
### Installating dependencies using make
### Installating dependencies using make
The repository contains a make target to configure a local development environment:
The repository contains a make target to configure a local development environment: