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

Can we use v0.28.0-alpha.21 version in our production app #1974

Open
LokeshNSF opened this issue Mar 7, 2023 · 8 comments
Open

Can we use v0.28.0-alpha.21 version in our production app #1974

LokeshNSF opened this issue Mar 7, 2023 · 8 comments

Comments

@LokeshNSF
Copy link

System information

  • node version: 16.19.1
  • npm or yarn version: yarn 1.22.19
  • OS/version/architecture: macos
  • Applicable nodegit version: v0.28.0-alpha.21
node -v
npm -v # (or yarn -v)
node -e "console.log(process.platform)"
node -e "console.log(require('os').release())"
node -e "console.log(console.log(process.arch))"

@ianhattendorf Just wanted to check whether it is safe to use Nodegit version v0.28.0-alpha.21 in our prod app with Node 16.19.1.

@axkibe
Copy link

axkibe commented Mar 12, 2023

I'm chiming in, I too am using nodegit in production and am starting to feel a little worried about this project, despite many issues not beeing catered for (next to little things a report about memory corruption should really be taken care of), we also have a release version with very old dependencies.

To keep this positive, is there something you need help with?

@LokeshNSF
Copy link
Author

Thanks @axkibe We have to upgrade nodegit as we are planning to upgrade Node in our app. I am still doing testing with this alpha version and little worried why there isn't a latest version release for long time.

Any one who is testing / using these alpha versions in their app can comment about their experience and it will give more confidence.

@axkibe
Copy link

axkibe commented Mar 14, 2023

I'm using nodegit v.0.27 with node 18.14.0.

I also don't know, why the alpha is not released, asked a few times what the stopped and only got one sarcastic reply so far with "SoonTM", so cannot say.

@LokeshNSF
Copy link
Author

I tried with v.0.27 with Node 16.19.1, but got the same issue mentioned here - #1840

@axkibe
Copy link

axkibe commented Mar 14, 2023

Have you tried deleting your node_modules folders and package-lock.json and running npm install? That cleared these kind of errors for me. Previously I used same nodegit version with node 16.14.0 and worked too.

@nicolaschambrier
Copy link

nicolaschambrier commented Mar 21, 2023

@axkibe did you not run into compilation-related runtime issues? I have A LOT of trouble making it work on a Docker image for production, see #1975

@LokeshNSF
Copy link
Author

Have you tried deleting your node_modules folders and package-lock.json and running npm install? That cleared these kind of errors for me. Previously I used same nodegit version with node 16.14.0 and worked too.

I have done all of these and it doesn't work and throws error as mentioned here - #1840

@axkibe
Copy link

axkibe commented Mar 21, 2023

@axkibe did you not run into compilation-related runtime issues? I have A LOT of trouble making it work on a Docker image for production, see #1975

At first I did ran into one or other issue, but installing some -dev packages it works. Don't remember tough which exactly. On debian bullseye as basis, also some Ubuntu forgot which version.

Yes precompiled don't work, but the script compiles them for me.

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

No branches or pull requests

3 participants