buddyboss-platform icon indicating copy to clipboard operation
buddyboss-platform copied to clipboard

[PROD-3433] Fix npm install script issue

Open kishanbuddyboss opened this issue 2 years ago • 1 comments

Jira Issue:

https://buddyboss.atlassian.net/browse/PROD-3433

General Note

Added .nvmrc file so any developer can use version describe in the .nvmrc file.

They just need to run command line nvm use. So their node version will changed to 14 and they won't need to troubleshoot the issue.

Notes to Developer

  • Ensure the IDs (i.e. PROD-1) of all associated Jira issues are reference in this PR’s title
  • Ensure that you have achieved the Definition of Done before submitting for review
  • When this PR is ready for review, move the associate Jira issue(s) to “Needs Review” (or “Code Review” for Dev Tasks)

Notes to Reviewer

  • Install node using nvm
  • To get an error you can install latest version of the Node and run npm install in plugin root directory.
  • To resolve error run nvm use and it change the node version to 14

kishanbuddyboss avatar Aug 18 '22 09:08 kishanbuddyboss

Thanks for your pull request. It looks like this may be your first contribution to the BuddyBoss Platform open source project. Please note that this project and all contributions to it are public and bounded by the GPL v2.0 license, and that a record of the contribution (including all personal information you submit with it, including your full name and email address) is maintained indefinitely and may be redistributed with this project. If you are not okay with these terms, please close this pull request. Alternatively, you can let us know about your concerns by adding a comment to this pull request.

welcome[bot] avatar Aug 18 '22 09:08 welcome[bot]