# Will DoneJS run with Node 8.9.1

**URL:** https://forums.bitovi.com/t/will-donejs-run-with-node-8-9-1/761
**Category:** Uncategorized
**Created:** [November 20, 2017, 10:33pm UTC](https://forums.bitovi.com/t/will-donejs-run-with-node-8-9-1/761 "2017-11-20T22:33:04Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![tqwhite](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/tqwhite/32/147_2.png) [@tqwhite](https://forums.bitovi.com/u/tqwhite)
#### Post date: [November 20, 2017, 10:33pm UTC](https://forums.bitovi.com/t/will-donejs-run-with-node-8-9-1/761/1 "2017-11-20T22:33:04Z")

</div>

I just returned to the project I did with DoneJS last year. I got errors when I ran Steal, etc on the project. I rolled back to 6.whatever and it ran ok but I don’t want that.

Before I put a bunch of work into figuring it out, do I expect DoneJS to work with 8.9.1 if I upgrade or something? Does anyone have experience with it working on LTS?

Thanks.

---

<div class="post-metadata">

### Author: ![chasen](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/chasen/32/402_2.png) [@chasen](https://forums.bitovi.com/u/chasen)
#### Post date: [November 20, 2017, 10:58pm UTC](https://forums.bitovi.com/t/will-donejs-run-with-node-8-9-1/761/2 "2017-11-20T22:58:05Z")

</div>

DoneJS should definitely work with Node 8.9.1. I’m not aware of any open issues related to Node 8. What were the errors that you ran into?

---

<div class="post-metadata">

### Author: ![tqwhite](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/tqwhite/32/147_2.png) [@tqwhite](https://forums.bitovi.com/u/tqwhite)
#### Post date: [November 21, 2017, 2:49am UTC](https://forums.bitovi.com/t/will-donejs-run-with-node-8-9-1/761/3 "2017-11-21T02:49:24Z")

</div>

I want to emphasize that I haven’t done anything to figure out what this means. I wanted to find out if there were any known problems before I dug in.

Also, it works perfectly well with 6.10.3 this very day.

Here is the error:

 ![46 PM](https://canada1.discourse-cdn.com/flex035/uploads/donejs/original/1X/4627100f80aa8bcbe67b9c914bda4111a3c74875.png)

---

<div class="post-metadata">

### Author: ![justinbmeyer](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/justinbmeyer/32/179_2.png) [@justinbmeyer](https://forums.bitovi.com/u/justinbmeyer)
#### Post date: [November 21, 2017, 12:51pm UTC](https://forums.bitovi.com/t/will-donejs-run-with-node-8-9-1/761/4 "2017-11-21T12:51:32Z")

</div>

We haven’t explored 8 support yet. We’d HAPPILY accept some patches :-).

---

<div class="post-metadata">

### Author: ![matthewp](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/matthewp/32/77_2.png) [@matthewp](https://forums.bitovi.com/u/matthewp)
#### Post date: [November 22, 2017, 4:10pm UTC](https://forums.bitovi.com/t/will-donejs-run-with-node-8-9-1/761/5 "2017-11-22T16:10:01Z")

</div>

DoneJS tests do in 8 currently, so I don’t think there’s an issue. Keep in mind that with npm your dependencies can get out of order, so you might want to delete your `package-lock.json` file…

---

<div class="post-metadata">

### Author: ![tqwhite](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/tqwhite/32/147_2.png) [@tqwhite](https://forums.bitovi.com/u/tqwhite)
#### Post date: [November 27, 2017, 2:40pm UTC](https://forums.bitovi.com/t/will-donejs-run-with-node-8-9-1/761/6 "2017-11-27T14:40:25Z")

</div>

Thanks. I’ll do what I can.
