-
Notifications
You must be signed in to change notification settings - Fork 41
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
TS: yarn install freezes the system | typescript #509
Comments
What is the Node and Yarn version you are using? Please check the build prerequisites section in the docs. |
|
@Revantark, thanks for reporting! The problem you observed sometimes happens when using Node versions greater than 14. We need to investigate it and develop a solution. As a short-term workaround, I recommend you use Node 14. Sorry for the inconvenience! |
Using node 14 |
@Revantark, please make sure you have all OS-specific prerequisites of |
@lukasz-zimnoch But when using it in a project, I'm getting this error I'm using yarn to link the local package to a project. |
@Revantark please try doing |
@lukasz-zimnoch Yes, I was doing it. But still i get How to reproduce : yarn: 1.22.19
Error: Cannot find module 'bcrypto.node' |
@lukasz-zimnoch In which places do we need |
All hash computations. Copying is not an option as this is native code that must be compiled for specific targets. |
bcrypto generally provides (slower) alternatives for the browser--perhaps we can copy and lean on those, if available in this case? |
We are working on removing the problematic |
Trying to integrate tbtc-v2.ts in my project, but when i do
yarn install
after a while, the system freezes.
It is happening in the postInstall script
npm rebuild
To reproduce :
yarn install
this just hangs forever
The text was updated successfully, but these errors were encountered: