Having multiple errors during building the code
Failed to create bin: There seems to be an issue with creating the bin directory for novu-studio. This could be due to permissions or other environmental issues. You might want to check the directory permissions and ensure that the necessary folders can be created.
Failed to install bcrypt: The installation of the bcrypt package failed due to an error during the build process. This could be related to the version of Node.js being used or other dependencies. Here are a few steps you could take to troubleshoot this:
Check Node.js version compatibility with the bcrypt package. You might need to upgrade or downgrade Node.js to a version that is compatible with bcrypt version 5.0.1.
Ensure that Python is installed and configured correctly on your system. bcrypt requires Python during the build process.
Check if there are any network issues preventing the download of necessary files during the installation process. The error message mentions a failure to fetch headers.tar.gz file from the Node.js website.
3 Replies
Hi @itsanii404, I'm an AI assistant for Novu. While a team member reviews this question, I'll see if I can find relevant sources for your question.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Run Novu in local machine
* Object Storage (S3, Blob, GCS)
* AWS
* Glossary
-----------------------------
Answer
Sorry, I wasn't able to find any information about your question.
Got it. Tagging @Support for additional help.
@itsanii404 what Node.js version are you using?
@itsanii404 it appears you’re using node v20.13.1 but the required version is v20.8.1 . You should make use of NVM to change your version. Also this looks like you’re using a windows terminal. I already answered some of the issues I faced while using windows in the below link.
https://github.com/novuhq/novu/issues/5492
GitHub
🐛Cannot find module react-scanner.config.js · Issue #5492 · novuhq/...
📜 Description When I run the pnpm run setup:project command to setup the project, I get the following error. ✔️ styled-system/jsx: styled jsx elements for react │ > @novu/[email protected] pr...