diff --git a/README.md b/README.md index a6bec087ff2d3afef939639ae90ac877e5d31518..8ee530ea48a56810a39ad596d1447a46f1acc9bf 100644 --- a/README.md +++ b/README.md @@ -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> ``` -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 The repository contains a make target to configure a local development environment: diff --git a/assets/package-lock.json b/assets/package-lock.json index d232f6984d3282eed96daee45f0594c60cef04e3..93550b0be3efb64aac4979246b494c7839f76c59 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -3559,7 +3559,7 @@ "node_modules/@wma/wdfn-vue-components": { "version": "0.1.0", "resolved": "https://code.usgs.gov/api/v4/projects/8428/packages/npm/@wma/wdfn-vue-components/-/@wma/wdfn-vue-components-0.1.0.tgz", - "integrity": "sha1-TcKbpPmYqwM9CiPZCDXTgh56K0k=", + "integrity": "sha1-AOR2GoxyQLop1KnAaP7RFBHJUdU=", "dependencies": { "@uswds/uswds": "3.0.1", "vue": "3.2.37" @@ -19967,7 +19967,7 @@ "@wma/wdfn-vue-components": { "version": "0.1.0", "resolved": "https://code.usgs.gov/api/v4/projects/8428/packages/npm/@wma/wdfn-vue-components/-/@wma/wdfn-vue-components-0.1.0.tgz", - "integrity": "sha1-TcKbpPmYqwM9CiPZCDXTgh56K0k=", + "integrity": "sha1-AOR2GoxyQLop1KnAaP7RFBHJUdU=", "requires": { "@uswds/uswds": "3.0.1", "vue": "3.2.37"