i think im missing something, i removed it from the dependencies (along with a few other things such as keywords and repository), but it still gives the same error
Yeah this is interesting - remixing other Node apps work fine but there’s something about your project in particular that seems allergic to Node. I’ll share with the eng team and see if they are familiar with this!
Ah okay so because you had Node a dependency, the path for it is set to within node_modules. I’m asking the team how to set it back to where it should be (somewhere within /opt/nvm/versions/)
Ah, @ckolderup said to try removing /app/node_modules/node and that made my remix work! So go into the terminal and run rm -rf /app/node_modules/node and the error that follows will likely be that your project needs more dependencies.