Open miracsengonul opened 3 months ago
Hello. Would be possible for you to post an output of what you see after installing the package? Seeing this output from the terminal will allow me to pinpoint what the issue is. Thanks.
npm install auto-shorts
installing visual studio with the c++ for desktop development package worked for me
Before I start, I would like to apologize for the late message. I have been working on a new version (tentatively v0.2.0) with solving your issue in mind. This NPM package relies on a native packages to render the videos. The native packages are canvas
gl
and whisper-node
.
It is possible that npm failed to build the natives packages on your system. canvas
and gl
rely on Node.js nan
API which means that the packages needs to built for each version if a built-in module is not included by the package. whsiper-node
should not have any issues since it uses Node.js N-API
which should not have ABI issues with different Node.js version unlike nan
API.
Try updating your Node.js version to the latest version or latest LTS version and try running npm install
in a fresh environment.
While I attempt to fix this issue with the new version, I would need more detailed information about your error. Can you send the following info:
node -v
and npm -v
respectively)npm install
(I know this is long, but I need the full log to find the root issue)Thank for you time and interest in this project. Once again I apologize for the late message.
npm packages not installing