node.js - Cannot find module 'assetmanager' -
i'm trying run mean stack on windows. i've installed pre-requisites (i think) when try start server via gulp command error:
error: cannot find module 'assetmanager'.
image:
i have tried running npm install assetmanager run fine still error.
this first time trying run node on machine (i should have used linux box) go easy on me learning :-).
any , appreciated.
david
i had same problem on linux mint 17.2.
the failing way: first project i'd generated , don't think had dependencies installed before ran init command (g++ missing).
i tried npm install assetmanager
command did , install worked. running gulp after this, got further time missing mongoose
. installed couldn't find .../config/env/all
sylinked default.js config. running gulp
again, errorhandler
missing. figured shouldn't hard so...
the working way: deleted failure of project , init
'd new 1 , worked. unfortunately i'm not sure if init
didn't work first time missed error/warning or else caused it. can recommend try creating project , see if works.
Comments
Post a Comment