GithubHelp home page GithubHelp logo

Comments (3)

kimmobrunfeldt avatar kimmobrunfeldt commented on May 19, 2024

Would this work for you: concurrently "cd foo && ncu -a" "cd bar && ncu -a" "cd baz && ncu -a"?

from concurrently.

kimmobrunfeldt avatar kimmobrunfeldt commented on May 19, 2024

Closing because of inactivity. The above solution should work.

from concurrently.

Alex0007 avatar Alex0007 commented on May 19, 2024

@kimmobrunfeldt
Linux
Node 7.9.0

$ concurrently "cd ./server && npm run dev" "npm run watch:client" 
 Error occured when executing command: cd ./server && npm run dev
 Error: spawn cd ENOENT
     at exports._errnoException (util.js:1050:11)
     at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
     at onErrorNT (internal/child_process.js:367:16)
     at _combinedTickCallback (internal/process/next_tick.js:80:11)
     at process._tickCallback (internal/process/next_tick.js:104:9)
     at Module.runMain (module.js:607:11)
     at run (bootstrap_node.js:423:7)
     at startup (bootstrap_node.js:147:9)
     at bootstrap_node.js:538:3

It can be resolved by moving cd && somestuff commands into separate npm tasks though

from concurrently.

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.