Closed jedimstr closed 10 years ago
Hav you tried rm -r node_modules
and then starting the dashboard again? To list your dependenciest for the project you just need to run npm list
without -g
Cleaning up node_modules
did the trick. Thanks!
On startup now it complains about:
>> Local Npm module "grunt-contrib-jshint" not found. Is it installed?
>> Local Npm module "grunt-mocha-test" not found. Is it installed?
So I went ahead and installed both modules... but I still get the same warnings when I start the dashboard again.
They don't need to be installed for running the dasboard, that's why they are specified as devDependencies
. The warnings can be ignored...
NB: With current master, if you set the environment variable NODE_ENV
to production
you shouldn't get these warnings anymore.
Thanks again!
I'm getting these errors on startup after the latest git pull:
When I do a
npm list -g
to show the packages installed and see if there are any errors with them I get this (no errors):Do you see any that need to be re-installed to match the latest updates you've committed?