| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| if [ ! -z "$(git status --porcelain)" ]; then | ||
| # If we get a fail here then the PR needs attention | ||
| >&2 echo "Failed: node_modules are not up to date. Run 'npm ci && npm run removeNPMAbsolutePaths' on a macOS machine to update. Note it is important this command is run on macOS and not any other operating system as there is one dependency (fsevents) that is needed for macOS and may not be installed if the command is run on a Windows or Linux machine." | ||
| >&2 echo "Failed: node_modules are not up to date. Run 'npm ci && npm run removeNPMAbsolutePaths' on a macOS machine to update and commit. Note it is important this command is run on macOS and not any other operating system as there is one dependency (fsevents) that is needed for macOS and may not be installed if the command is run on a Windows or Linux machine. If there are no changes, run 'npm install --force -g npm@latest' with root permissions first." |
There was a problem hiding this comment.
Are we going to pin to v8.19.2? I don't think we can move to package-lock v3 while we also need to support node v12.
Sorry, something went wrong.
There was a problem hiding this comment.
The latest v8 release (8.19.3) of npm is compatible with Node 12. I think package-lock v3 should be compatible with Node 12 since the package-lock is only consumed by npm
Sorry, something went wrong.
|
Closing as this PR check was fixed in #1348 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
We used to always use the latest version of npm in this PR check, but the most recent version of npm would create a different package-lock.json file that causes the PR check to fail. We are unable to update this package-lock.json file because it would not be backwards compatible, so instead we are pinning the PR check to version 8.19.2.
Merge / deployment checklist