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

Error when "npm run build-client-dev" #3

Open
lalejand opened this issue May 26, 2021 · 1 comment
Open

Error when "npm run build-client-dev" #3

lalejand opened this issue May 26, 2021 · 1 comment

Comments

@lalejand
Copy link

Hi,

as documented, I ran "npm run build-client-dev" in a terminal from the web folder, but I get this error:

concurrently "webpack --progress --colors --watch --config ./webpack.config.js" "node-sass --watch --include-path ./assets/scss ./assets/scss/styles.scss ./dist/css/styles.css"

sh: 1: concurrently: not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! web@1.0.0 build-client-dev: concurrently "webpack --progress --colors --watch --config ./webpack.config.js" "node-sass --watch --include-path ./assets/scss ./assets/scss/styles.scss ./dist/css/styles.css"
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the web@1.0.0 build-client-dev 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:
npm ERR! /home/lalejand/.npm/_logs/2021-05-26T23_27_40_149Z-debug.log

@ajmd17
Copy link
Owner

ajmd17 commented May 27, 2021

Install the concurrently package.

npm install -g concurrently

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