GithubHelp home page GithubHelp logo

Comments (36)

edrcq avatar edrcq commented on August 17, 2024 60

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

from parallelshell.

edrcq avatar edrcq commented on August 17, 2024 24

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

from parallelshell.

nathan815 avatar nathan815 commented on August 17, 2024 15

@FelixMH This issue should be reopened. It is not fixed.

@darkguy2008 Is this going to be released?

from parallelshell.

RichardBradley avatar RichardBradley commented on August 17, 2024 8

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)

from parallelshell.

edrcq avatar edrcq commented on August 17, 2024 2

@FelixMH I hope the PR can help you, dont hesitate to check the commits

-> 8d9df71

from parallelshell.

ManuelOviedo avatar ManuelOviedo commented on August 17, 2024 1

npm -i darkguy2008/parallelshell#8fd83e2

its "npm i ..." (without the dash)

from parallelshell.

saurav1423 avatar saurav1423 commented on August 17, 2024 1

@nathan815 don't try to translate in English, just copy whatever it is and paste it at the told location. It will work 100%.

from parallelshell.

Melmoth-the-Wanderer avatar Melmoth-the-Wanderer commented on August 17, 2024 1

@FelixMH why is this issue closed? I don't think it's fixed in package, just ugly workaround.

from parallelshell.

nathan815 avatar nathan815 commented on August 17, 2024 1

@saurav1423 A workaround isn't a fix. It should be implemented in the package itself and a new version released.

from parallelshell.

FelixMH avatar FelixMH commented on August 17, 2024

@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.

from parallelshell.

FelixMH avatar FelixMH commented on August 17, 2024

You mean that I need to replace the content or just paste it in the file before mencionated?

from parallelshell.

FelixMH avatar FelixMH commented on August 17, 2024

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.

from parallelshell.

juanprog97 avatar juanprog97 commented on August 17, 2024

thanks men, works 100%

from parallelshell.

armherr avatar armherr commented on August 17, 2024

@edrcq

Thank you very much :)

from parallelshell.

HalfMandu avatar HalfMandu commented on August 17, 2024

@edrcq it worked, thanks

from parallelshell.

vinayakkuradia avatar vinayakkuradia commented on August 17, 2024

Thanks a lot buddy!!! : )

from parallelshell.

rolisanchez avatar rolisanchez commented on August 17, 2024

Thanks!!

from parallelshell.

mhers91 avatar mhers91 commented on August 17, 2024

Thank you! this worked perfectly.

from parallelshell.

Melmoth-the-Wanderer avatar Melmoth-the-Wanderer commented on August 17, 2024

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.

from parallelshell.

Youvelop avatar Youvelop commented on August 17, 2024

Thank you man!

from parallelshell.

Nischalv1999 avatar Nischalv1999 commented on August 17, 2024

its not working for me, its showing the same error! Can there be any other alternative?

from parallelshell.

omidantilong avatar omidantilong commented on August 17, 2024

Can confirm the error still exists.

The solution posted here still works: #69 (comment)

Please get this resolved!

from parallelshell.

tombannister-94 avatar tombannister-94 commented on August 17, 2024

I can confirm that this error still exists and the fix here still works.

Thanks @edrcq for the fix.

from parallelshell.

muhba25 avatar muhba25 commented on August 17, 2024

Fixed. Thanks @edrcq

from parallelshell.

CamaraMed avatar CamaraMed commented on August 17, 2024

it works 100%. Thanks a lot

from parallelshell.

Arjungowda1 avatar Arjungowda1 commented on August 17, 2024

Thanks buddy :)

from parallelshell.

kaanselhep avatar kaanselhep commented on August 17, 2024

Yup, I can confirm #69 (comment) this solution works as well... Its very strange but it seems nobody is actually fixing it

from parallelshell.

ssaran2014 avatar ssaran2014 commented on August 17, 2024

This problem still exists and the above solution still works. Thank you.

from parallelshell.

TIKOsup avatar TIKOsup commented on August 17, 2024

@edrcq It works! Thank you!

from parallelshell.

SgtPooki avatar SgtPooki commented on August 17, 2024

@edrcq this is still broken. are you around?

from parallelshell.

SgtPooki avatar SgtPooki commented on August 17, 2024

for those of you that want this fix to be "permanent".. check out patch-package

from parallelshell.

bajahranks avatar bajahranks commented on August 17, 2024

2021 Still not fixed.

Thankfully #69 works....

from parallelshell.

fadiof avatar fadiof commented on August 17, 2024

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

from parallelshell.

thitlwin avatar thitlwin commented on August 17, 2024

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.

from parallelshell.

Shreeharan1207 avatar Shreeharan1207 commented on August 17, 2024

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!

from parallelshell.

flashape avatar flashape commented on August 17, 2024

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.

from parallelshell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.