# Information: Particle CLI Wrapper \`v1.0.0\` Update

**URL:** https://community.particle.io/t/information-particle-cli-wrapper-v1-0-0-update/47767
**Category:** Particle Workbench
**Created:** [February 13, 2019, 10:24pm UTC](https://community.particle.io/t/information-particle-cli-wrapper-v1-0-0-update/47767 "2019-02-13T22:24:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![m\_m](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/m_m/32/18365_2.png) [@m\_m](https://community.particle.io/u/m_m)
#### Post date: [February 13, 2019, 10:24pm UTC](https://community.particle.io/t/information-particle-cli-wrapper-v1-0-0-update/47767/1 "2019-02-13T22:24:01Z")

</div>

hey all 👋

we recently updated the CLI wrapper binaries that Workbench uses to facilitate certain commands (`Particle: Cloud Compile`, `Particle: Install Library`, etc) in order to make use of a newer version of Node.js. as of Workbench Core `v1.2.0` these new wrapper bins will be included by default.

the CLI will attempt to upgrade itself regardless and you may experience some bumps in the process. if you hit problems, the recommended fix is:

**if you’ve installed the Particle CLI stand-alone**

1. run the [updated CLI installer](https://docs.particle.io/tutorials/developer-tools/cli/#installing)
2. open a terminal (on windows, powershell or cmd.exe)
3. run `particle update-cli` in the terminal you’ve launched
4. open VSCode
5. run the `Particle: Update CLI` command

**if you’ve only ever used the Particle CLI within Workbench**

1. make sure you [update to the latest](https://marketplace.visualstudio.com/items?itemName=particle.particle-vscode-pack) (`v1.2.0` as of posting this)
2. run the `Particle: Update CLI` command

in both cases, you should see your CLI instance updated - to confirm, check the local version of node:

**on linux & mac** :

`~/.particle/`

should include a directory named like `node-v8.15.0-<darwin / linux>-x64`

**on windows** :

`C:\Users\<you>\AppData\Local\particle`

should include a directory named `node-v8.15.0-windows-x64`

* * *

please post to this thread and share what you’ve experienced so we can be sure to smooth things out for next time.

thanks 🙏

---

<div class="post-metadata">

### Author: ![m\_m](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/m_m/32/18365_2.png) [@m\_m](https://community.particle.io/u/m_m)
#### Post date: [February 13, 2019, 10:24pm UTC](https://community.particle.io/t/information-particle-cli-wrapper-v1-0-0-update/47767/2 "2019-02-13T22:24:19Z")

</div>



---

<div class="post-metadata">

### Author: ![dougal](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/dougal/32/20713_2.png) [@dougal](https://community.particle.io/u/dougal)
#### Post date: [February 14, 2019, 1:12am UTC](https://community.particle.io/t/information-particle-cli-wrapper-v1-0-0-update/47767/3 "2019-02-14T01:12:09Z")

</div>

No problems here, other than my apparent failure to follow instructions. 🙂

I missed the “ **If** you hit problems…” bit, and jumped right into updating particle-cli before I’d updated VSCode/Workbench. Then I was wondering why my `~/.particle/node-vFOO` was an older version.

But once I updated the IDE, everything was fine.
