You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> @ 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
The text was updated successfully, but these errors were encountered:
npm-debug.log
When i ran
after
The text was updated successfully, but these errors were encountered: