Whats a free AMI with nodejs on AWS to run the Claude module on?
I keep getting the error the npm is not installed when installing Claude. I am trying to run on AWS with ubuntu base image. Installing nodejs from the startup_script does not work causign a race condition.
Are there any AWS AMI that are free with nodejs installed?
4 Replies
<#1379579783490572329>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
unsure about the AMI, you can use the
experiment_pre_install_script
variable of the module to install nodejs though
see https://registry.coder.com/modules/coder/claude-code?tab=variablesi see good idea. I will give that a try