st-one-io / node-red-contrib-s7

A Node-RED node to interact with Siemens S7 PLCs
GNU General Public License v3.0
111 stars 58 forks source link

Node says: SyntaxError: Unexpected identifier (line:38) #58

Closed SammyGoderis closed 4 years ago

SammyGoderis commented 4 years ago

Knipsel

The node is also not shown on the left. IOT2000 V0.19.5

SammyGoderis commented 4 years ago

Delete version 2.1.0 and install 2.0.2 did work.

"npm install node-red-contrib-s7@2.0.2"

gfcittolin commented 4 years ago

You're probably using an outdated version of Node.JS. Please check by running node -v. The minimum supported version is 6.x

kbogusz commented 4 years ago

After updating NodeJS to latest version I also had issues with installing s7node at all. Unfortunately I didn't save any screenshots..

gfcittolin commented 4 years ago

Could you please try to reproduce the error and post logs and/or screenshots?

gfcittolin commented 4 years ago

Closing the issue due to lack of activity. Please feel free to reopen it if the issue persists.