You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NPM package building and publishing isn't working correctly, so it should be removed for now as fixing it is proving more difficult than it's worth at this point.
.github/workflows/release-package.yml seems to be working, but following the instructions on published packages page results in errors that the package cannot be found.
There may be remnants of Node left even after this ticket is completed as there are two aspects of Node/NPM: package building and package distribution. Distribution is what is broken, so package building Node code may be left behind.
Acceptance Criteria
NPM functionality is disabled
Node package building functionality may be left in place (i.e., there may be reason to leave package.json and other NPM-related files in place for building and code aggregation/minification reasons)
NPM references in documentation and examples have been removed
Any other references to Node/NPM are removed from user-facing content
NPM packages are deleted from GitHub
A follow-up ticket exists to re-add this functionality (working) at a later date
Background
NPM package building and publishing isn't working correctly, so it should be removed for now as fixing it is proving more difficult than it's worth at this point.
.github/workflows/release-package.yml
seems to be working, but following the instructions on published packages page results in errors that the package cannot be found.There may be remnants of Node left even after this ticket is completed as there are two aspects of Node/NPM: package building and package distribution. Distribution is what is broken, so package building Node code may be left behind.
Acceptance Criteria
package.json
and other NPM-related files in place for building and code aggregation/minification reasons)Approach
.github/workflows/release-package.yml
and add a comment that it has been disabledNotes
...and also
README.md
in this commit.The text was updated successfully, but these errors were encountered: