Rodrigo Hernando
Rodrigo Hernando
@rommguy & @spennythug I had to work on some other aspects of the project so I abandoned this for a while. The solution actually works in some fashion but there...
@danielroe Thanks for looking into this! :+1: I'll create an issue in Vue and link it here so people can track it: https://github.com/vuejs/core/issues/6951
@gireeshpunathil Thanks for the answer. Yep just one file. Here's an extremely simplified set up to reproduce the issue: index.js ```js console.log( process.env.UV_THREADPOOL_SIZE ); // -> undefined const express =...
Yep, in that file is not there, it is just the most reduced code sample to reproduce that. A simple solution is to create an NPM script: ``` SET UV_THREADPOOL_SIZE=1...
No you're getting everything right, It was just I wanted to know why is undefined in one OS and not in another, just that.
I was having the same issue using ST3 on win 7. Once the package was removed everything went back to normal.