Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sh: 1: concurrently: not found #359

Closed
clach04 opened this issue May 3, 2018 · 1 comment
Closed

sh: 1: concurrently: not found #359

clach04 opened this issue May 3, 2018 · 1 comment

Comments

@clach04
Copy link
Contributor

clach04 commented May 3, 2018

Following "Development" instructions results in:

> sqlpad@2.5.6 start /home/ingres/sqlpad
> concurrently "npm run start-server-dev" "npm run start-client-dev"

sh: 1: concurrently: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! sqlpad@2.5.6 start: `concurrently "npm run start-server-dev" "npm run start-client-dev"`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the sqlpad@2.5.6 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:

when issuing npm start

Resolved by issuing:

npm install concurrently

I'm using nvm on this machine to manage node.js, I don't think its relevant, documenting in case its significant.

@rickbergfalk
Copy link
Collaborator

Sorry about that! My instructions were missing a step. Before running npm start you need to run npm install.

I've updated the documentation - let me know if you have any other questions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants