DeanCording / node-red-contrib-comfort

A Node Red node to calculate the thermal comfort level of an environment using ASHRAE Standard 55
Other
6 stars 4 forks source link

Error when deploying flow #6

Open jkempson opened 4 years ago

jkempson commented 4 years ago

First time trying to use this module.

I'm using Node-Red v0.20.8 in a Docker container.

I'm getting the following error when trying to run a flow using Comfort.

SyntaxError: Unexpected token { (line:20)

Is there any more information I can provide to help fix?

Screenshot from 2020-06-12 18-34-33 Screenshot from 2020-06-12 18-36-43

jkempson commented 4 years ago
2020-06-12T16:07:19.583Z Install : node-red-contrib-comfort 1.2.0

2020-06-12T16:07:20.182Z npm install --no-audit --no-update-notifier --save --save-prefix="~" --production node-red-contrib-comfort@1.2.0
2020-06-12T16:07:44.095Z [err] npm
2020-06-12T16:07:44.096Z [err]  WARN ws@7.2.3 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
2020-06-12T16:07:44.096Z [err] npm WARN ws@7.2.3 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
2020-06-12T16:07:44.096Z [err] 
2020-06-12T16:07:44.097Z [out] + node-red-contrib-comfort@1.2.0
2020-06-12T16:07:44.097Z [out] added 1 package from 1 contributor in 11.244s
2020-06-12T16:07:44.296Z rc=0

I'm guessing this is the reason for fail?