Question
How to get started?
Pretty simple use case. I’m building an HTML page that uses npm during build.
When I try and upload this to my S3 instance, it fails as symlinks aren’t supported.
So I spun up a node.js instance (assuming that’s what I need for node_modules) here but I have no idea how to upload my files? Can someone please point me in the right direction? I’m really new to all of this stuff.
Thanks,
Matt
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×