javascript - Custom gulpfile path that is not an ancestor directory -
javascript - Custom gulpfile path that is not an ancestor directory -
i read issue requesting custom gulpfile path, documentation liftoff, , its utilize in gulp. can't work me. want phone call gulp using shared gulpfile in directory.
node_modules
in $pwd
, , modules in symlinks.
$ tree . |-- node_modules . |-- gulp -> /.../gulp . . . .
i've tried few incantations, none of work. promising far (fewest errors) has been this:
$ gulp --gulpfile ../../path/to/gulpfile.js --cwd . --require gulp [01:31:42] requiring external module gulp [01:31:42] local gulp not found in $pwd [01:31:42] seek running: npm install gulp
what missing?
javascript node.js gulp
Comments
Post a Comment