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

Can't run project with npm run dev #126

Open
JediKnightChan opened this issue Sep 17, 2019 · 1 comment
Open

Can't run project with npm run dev #126

JediKnightChan opened this issue Sep 17, 2019 · 1 comment

Comments

@JediKnightChan
Copy link

npm-debug.log

> @ dev /home/jediknight/PycharmProjects/PinaxTutorial/PinaxBlog
> concurrently --raw "./manage.py runserver" "npm run watch" "npm run dev:browser-sync"

sh: 1: concurrently: not found

npm ERR! Linux 4.15.0-54-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "dev"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! @ dev: `concurrently --raw "./manage.py runserver" "npm run watch" "npm run dev:browser-sync"`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the @ dev script 'concurrently --raw "./manage.py runserver" "npm run watch" "npm run dev:browser-sync"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the  package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     concurrently --raw "./manage.py runserver" "npm run watch" "npm run dev:browser-sync"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs 
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls 
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/jediknight/PycharmProjects/PinaxTutorial/PinaxBlog/npm-debug.log

When i ran

npm run dev

after

pinax start blog mysite

@KatherineMichel
Copy link
Member

Was this resolved? @JediKnightChan

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