# What version @uppy/google-drive for nodejs v14.16.1

**URL:** https://community.transloadit.com/t/what-version-uppy-google-drive-for-nodejs-v14-16-1/16425
**Category:** Uppy
**Created:** [January 11, 2023, 4:17am UTC](https://community.transloadit.com/t/what-version-uppy-google-drive-for-nodejs-v14-16-1/16425 "2023-01-11T04:17:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![masudrhossain](https://yyz2.discourse-cdn.com/flex032/user_avatar/community.transloadit.com/masudrhossain/32/753_2.png) [@masudrhossain](https://community.transloadit.com/u/masudrhossain)
#### Post date: [January 11, 2023, 4:17am UTC](https://community.transloadit.com/t/what-version-uppy-google-drive-for-nodejs-v14-16-1/16425/1 "2023-01-11T04:17:01Z")

</div>

Noticed the latest google-drive package won’t work for my node version. As well as many other ones. So which ones will?

---

<div class="post-metadata">

### Author: ![mifi](https://yyz2.discourse-cdn.com/flex032/user_avatar/community.transloadit.com/mifi/32/603_2.png) [@mifi](https://community.transloadit.com/u/mifi)
#### Post date: [January 11, 2023, 4:32am UTC](https://community.transloadit.com/t/what-version-uppy-google-drive-for-nodejs-v14-16-1/16425/2 "2023-01-11T04:32:58Z")

</div>

Hi. what’s the error you’re getting?

---

<div class="post-metadata">

### Author: ![masudrhossain](https://yyz2.discourse-cdn.com/flex032/user_avatar/community.transloadit.com/masudrhossain/32/753_2.png) [@masudrhossain](https://community.transloadit.com/u/masudrhossain)
#### Post date: [January 11, 2023, 5:43pm UTC](https://community.transloadit.com/t/what-version-uppy-google-drive-for-nodejs-v14-16-1/16425/3 "2023-01-11T17:43:58Z")

</div>

For `"@uppy/google-drive": "^1.5.22"`

error for `const GoogleDrive = require('@uppy/google-drive')`

```auto
ERROR in ./node_modules/@uppy/google-drive/node_modules/preact/dist/preact.module.js
12:41:31 webpack.1 | Module build failed: Error: ENOENT: no such file or directory, open '/Users/masudhossain/gamingcompany/node_modules/@uppy/google-drive/node_modules/preact/dist/preact.module.js'

```

I get the same error with version 3.0.2

---

<div class="post-metadata">

### Author: ![mifi](https://yyz2.discourse-cdn.com/flex032/user_avatar/community.transloadit.com/mifi/32/603_2.png) [@mifi](https://community.transloadit.com/u/mifi)
#### Post date: [January 12, 2023, 2:59am UTC](https://community.transloadit.com/t/what-version-uppy-google-drive-for-nodejs-v14-16-1/16425/4 "2023-01-12T02:59:54Z")

</div>

Which package manger are you using? can you try with npm if not already? what can you see inside node\_modules? e.g. where does the directory tree stop?
