Closed FelixMH closed 5 years ago
@FelixMH I hope the PR can help you, dont hesitate to check the commits
@FelixMH I hope the PR can help you, dont hesitate to check the commits
-> 8d9df71
Thank you for your comment, I need to solve this, but I am still in the same at the begin of this Open issue, I need help.
Take the content of the file here : https://raw.githubusercontent.com/darkguy2008/parallelshell/master/index.js
And put the content in your /project/node_modules/parallelshell/index.js
It will works in waiting the next release of the module
You mean that I need to replace the content or just paste it in the file before mencionated?
You take the content of this : (100% copy) https://raw.githubusercontent.com/darkguy2008/parallelshell/master/index.js
And put in your /project/node_modules/parallelshell/index.js (100% paste)
It will works
@FelixMH
Hi, thanks for the answer. now, in this moment I was try put the pasted code and that it works 100% I don't know if then will works fine but in this moment with node 10.0.0 works fine.
thanks a lot for the answer.
thanks men, works 100%
@edrcq
Thank you very much :)
@edrcq it worked, thanks
Thanks a lot buddy!!! : )
Thanks!!
Thank you! this worked perfectly.
If anyone else stumbles on this and wants a workaround that doesn't involve locally modifying the node_modules dir, you can do:
npm i darkguy2008/parallelshell#8fd83e2
until a new version is released which includes this fix.
(EDITED to fix typo in the npm command above; thanks @ManuelOviedo)
npm -i darkguy2008/parallelshell#8fd83e2
its "npm i ..." (without the dash)
Is this going to be fixed/released anytime soon? It's been for almost a yea already and I came across the bug on very first approach to this package.
@FelixMH This issue should be reopened. It is not fixed.
@darkguy2008 Is this going to be released?
@nathan815 don't try to translate in English, just copy whatever it is and paste it at the told location. It will work 100%.
Thank you man!
its not working for me, its showing the same error! Can there be any other alternative?
Can confirm the error still exists.
The solution posted here still works: https://github.com/darkguy2008/parallelshell/issues/69#issuecomment-438318855
Please get this resolved!
I can confirm that this error still exists and the fix here still works.
Thanks @edrcq for the fix.
Fixed. Thanks @edrcq
it works 100%. Thanks a lot
Thanks buddy :)
Yup, I can confirm https://github.com/darkguy2008/parallelshell/issues/69#issuecomment-438318855 this solution works as well... Its very strange but it seems nobody is actually fixing it
This problem still exists and the above solution still works. Thank you.
@FelixMH why is this issue closed? I don't think it's fixed in package, just ugly workaround.
@edrcq It works! Thank you!
@saurav1423 A workaround isn't a fix. It should be implemented in the package itself and a new version released.
@edrcq this is still broken. are you around?
for those of you that want this fix to be "permanent".. check out patch-package
2021 Still not fixed.
Thankfully #69 works....
Take the content of the file here : https://raw.githubusercontent.com/darkguy2008/parallelshell/master/index.js
And put the content in your /project/node_modules/parallelshell/index.js
It will works in waiting the next release of the module
thank you
You take the content of this : (100% copy) https://raw.githubusercontent.com/darkguy2008/parallelshell/master/index.js
And put in your /project/node_modules/parallelshell/index.js (100% paste)
It will works
@FelixMH
Thanks. It solves for me too.
You take the content of this : (100% copy) https://raw.githubusercontent.com/darkguy2008/parallelshell/master/index.js
And put in your /project/node_modules/parallelshell/index.js (100% paste)
It will works
@FelixMH
Thanks man!
How is this supposed to work in a ci/cd build environment? Nevermind I only need it to run locally and the fix mentioned above works fine.
I have node 11.0.0 and I have this issue when I use yarn start because a internal command by parallelshell isn't work. I've been use npm-run-all and I've been use the last version of parallelshell and the issue is continue.
the complete error is :
** child_process.js:417 throw new ERR_INVALID_ARG_TYPE('options.cwd', 'string', options.cwd); ^
TypeError [ERR_INVALID_ARG_TYPE]: The "options.cwd" property must be of type string. Received type function at normalizeSpawnArguments (child_process.js:417:11) at spawn (child_process.js:532:38) **
can anybody help me please ?