# Problems with updating to Node-Red v1.0.1

**URL:** https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453
**Category:** General
**Created:** [8 October 2019 08:08 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453 "2019-10-08T08:08:58Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Piyush](https://avatars.discourse-cdn.com/v4/letter/p/ecb155/32.png) [@Piyush](https://discourse.nodered.org/u/Piyush)
#### Post date: [8 October 2019 08:08 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453/1 "2019-10-08T08:08:58Z")

</div>

Hello,

I recently updated my node red version from 0.7.X to 1.0.1.  
I could see some problems with the OPCUA IIOT Inject contrib. I could not find the place to enter the data like name, node id etc. The help says that there is an OPC UA items tab to enter this info but I cannot find it. Although the node ids I entered in the previous version still exists but I cannot find where to edit this or enter it in the new inject node. I'm attaching a screenshot for reference. Thanks

 ![Node-red](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/0/0c34a47d8b70266365a6a94c5231456c5bb29c32.png)

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [8 October 2019 08:25 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453/2 "2019-10-08T08:25:47Z")

</div>

This is a problem with the contrib node. Please open an issue with the author so they can fix it.  
You can usually do this by following a link from the nodes page on [flows.nodered.org](http://flows.nodered.org) to github when you can see if an issue has already been opened or open a new one

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [8 October 2019 08:29 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453/3 "2019-10-08T08:29:09Z")

</div>

Also which version of nodejs are you running. In a terminal run  
`node -v`  
and it will tell you. It should be 8.x or 10.x  
If it is not one of those what hardware/OS are you running node-red on?

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [8 October 2019 08:29 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453/4 "2019-10-08T08:29:58Z")

</div>

It would also be worth checking the brower's javascript console for any error messages as they will be needed when you raise an issue.

---

<div class="post-metadata">

### Author: ![Piyush](https://avatars.discourse-cdn.com/v4/letter/p/ecb155/32.png) [@Piyush](https://discourse.nodered.org/u/Piyush)
#### Post date: [8 October 2019 08:42 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453/5 "2019-10-08T08:42:40Z")

</div>

I'm running it on nodejs 10.16.0. The os is windows 10 though

---

<div class="post-metadata">

### Author: ![cymplecy](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/cymplecy/32/2773_2.png) [@cymplecy](https://discourse.nodered.org/u/cymplecy)
#### Post date: [8 October 2019 08:53 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453/6 "2019-10-08T08:53:37Z")

</div>

Just confirming - I just installed it on my Win10 running 1.0.1 and it gave the same blank configuration

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [8 October 2019 08:54 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453/7 "2019-10-08T08:54:42Z")

</div>

If you can recreate it, then maybe you can check the JavaScript console for any error messages that might give us a hint as to what is happening.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [8 October 2019 08:56 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453/8 "2019-10-08T08:56:20Z")

</div>

Probably a good idea to clear the cache in the browser too, in case it has something from the previous node-red cached  
.

---

<div class="post-metadata">

### Author: ![Piyush](https://avatars.discourse-cdn.com/v4/letter/p/ecb155/32.png) [@Piyush](https://discourse.nodered.org/u/Piyush)
#### Post date: [8 October 2019 08:56 UTC](https://discourse.nodered.org/t/problems-with-updating-to-node-red-v1-0-1/16453/9 "2019-10-08T08:56:55Z")

</div>

I checked that the issue is opened and still in progress in Github since july. Hopefully it gets resolved soon.
