Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm package-lock.json && npm install #7487

Merged
merged 6 commits into from
Aug 14, 2022
Merged

rm package-lock.json && npm install #7487

merged 6 commits into from
Aug 14, 2022

Conversation

bewest
Copy link
Member

@bewest bewest commented Jul 18, 2022

npm ls fsevent didn't list any output. I'm running on linux,
and regenerating this file after removing it seems to remove
the fsevent package from the file.
It's likely that fsevent may be used in development mode as part
of one of the build utilities, but it shouldn't block anyone from
deploying.

#7475

npm ls fsevent didn't list any output.  I'm running on linux,
and regenerating this file after removing it seems to remove
the fsevent package from the file.
It's likely that fsevent may be used in development mode as part
of one of the build utilities, but it shouldn't block anyone from
deploying.

#7475
The build still fails for node 12.x.
Skip optional dependencies.

https://stackoverflow.com/a/48953213
@psonnera psonnera mentioned this pull request Jul 19, 2022
@gestrich
Copy link
Contributor

gestrich commented Aug 7, 2022

Just FYI as I see this the branch name indicates this is work-in-progress... But I tried deploying this on a test heroku instance to work around issue reported in 7475 which I get in the latest dev. However, on this branch in the PR I continue to get the same deploy error regarding fsevents. Maybe that is not what this intends to fix.

Remove npm list from engine as it is intended to be advisory.
@gestrich
Copy link
Contributor

gestrich commented Aug 9, 2022

@bewest I deployed the latest changes again as I see there were updates since my comments. It deployed successful on my Heroku test instance 👍 It would be great to get this into dev when we are able to restore Heroku builds of the dev branch.

This makes the testing framework and the advertised node versions match, one
for one.
@bewest
Copy link
Member Author

bewest commented Aug 14, 2022

@sulkaharo I'd like to release pending 14.2.6 with everything in play and dev with node 12, followed by 14.2.7 release which only supports node 14.x and 16.x. This allows anyone accidentally depending on node 10 or node 12 a clean transition point via 14.2.6 as a known quantity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants