nixpacks build error
I am trying to build a dotnet project in my machine using
nixpacks build
but in step 9 I get this error and I am not sure how to fix it. My understanding is that it maybe because I have typescript globally installed in my local machine?
Let me know if I need to give more error outputs. Thank you2 Replies
Project ID:
N/A
N/A
If so, how do I remove the rust tool chain file? Pretty sure I have not installed any Rust files in my machine.
Seems like I solved my errors. Here is the list I have done to solve them
- Add .dockerignore for dotnet project
- Change js package verions in my
package.json
file
Quite surprised that I needed to do this when building in my local machine since when I deployed it to railway I did not get these errors.