You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a couple of problems that might be worthy to note.
First, the docs say to open port 8081 for admin access, but the linked settings.js file from the docs actually listens on port 1880.
Second, its worth noting that when you run eb create you are prompted for a node.js version, and if you choose node 12.x the deployment fails. This is because the provided package.json in the docs page above specifies an engine version of 10.x. So you either need to edit the provided package.json, or make sure to select 10.x when prompted by eb
The text was updated successfully, but these errors were encountered:
Following the instructions at https://nodered.org/docs/getting-started/aws
I ran into a couple of problems that might be worthy to note.
First, the docs say to open port 8081 for admin access, but the linked settings.js file from the docs actually listens on port 1880.
Second, its worth noting that when you run
eb create
you are prompted for a node.js version, and if you choose node 12.x the deployment fails. This is because the provided package.json in the docs page above specifies an engine version of 10.x. So you either need to edit the provided package.json, or make sure to select 10.x when prompted by ebThe text was updated successfully, but these errors were encountered: