Daniel-t / node-red-contrib-aws

A collection of Node-RED nodes for AWS.
Apache License 2.0
57 stars 59 forks source link

/usr/src/node-red/node_modules/node-red-contrib-aws/Ecs.html does not exist #73

Closed Pell17 closed 3 years ago

Pell17 commented 3 years ago

I'm a Node-Red beginner, so bear with me...

Installed node-red-contrib-aws through "npm install" on Node-Red version 1.2.9 (official image from Docker Hub). Install itself was successful. When Node-Red starts it outputs the following:

18 Mar 16:32:16 - [warn] [node-red-contrib-aws/AWS ECS] Error: /usr/src/node-red/node_modules/node-red-contrib-aws/Ecs.html does not exist

Looking at package.json it says:

  "AWS ECS": "Ecs.js",

But the file is actually named ECS.js. When I change that line to:

  "AWS ECS": "ECS.js",

then Node-Red is happy.

Daniel-t commented 3 years ago

I can replicated the filename discrepancy, but not the error.

For some reason installing from NPM creates the files as ECS.js/html while using Git keeps them as Ecs.js/html. I'm about to publish a minor update. please let me know if it resolves the issue (along with the version number you are using).

Daniel-t commented 3 years ago

SHould be resolved now