node-threads-a-gogo2
node-threads-a-gogo2 copied to clipboard
Cross platform Simple and fast JavaScript threads for Node.js
npm 安装的报错 ``` shell npm ERR! path /Users/zhengyuanhao/Documents/ddos/node_modules/aproba npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access npm ERR! Error: EACCES: permission denied, access '/Users/zhengyuanhao/Documents/ddos/node_modules/aproba' npm ERR!...
**Command:** npm install tagg2 **Errors:** > [email protected] preinstall E:\electron\hello-world\node_modules\tagg2 > node install.js ########################################### thanks for choose tagg2 module to let node.js have multi threads functionally tagg2 module support windows, linux,...
I need to sleep few seconds in some error cases. Is gogo2 support sleep function?
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
``` npm WARN engine [email protected]: wanted: {"node":">:z=0.8.0"} (current: {"node":"0.12.2","npm":"2.11.0"}) > [email protected] preinstall /Users/Lellansin/Documents/workspace/node/threads/node_modules/tagg2 > node install.js ########################################### thanks for choose tagg2 module to let node.js have multi threads functionally tagg2...
First, I found that in npm README.md you have a mistake npm install threads_a_gogo should be npm install tagg2 you also have require('threads_a_gogo'); // should be tagg2 secondly, I am...