You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0.12 docs](https://nodejs.org/docs/latest-v0.12.x/api/process.html#process_process_version) say
> # Process
> The process object is a global object and can be accessed from anywhere.
>
> ## process.version
> A compiled-in property that exposes NODE_VERSION.
[Current docs](https://nodejs.org/api/process.html#process_process_version) say
> # Process
> The process object is a global that provides information about, and
> control over, the current Node.js process. As a global, it is always
> available to Node.js applications without using require().
>
> ## process.version
> Added in: v0.1.3
> * `<string>`
> The process.version property returns the Node.js version string.
0 commit comments