mcfly-io / generator-mcfly

A Yeoman generator for scaffolding an application using angular, browserify, ionic and famous

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp webpack:run can't find entry point

mesozoic-technology opened this issue · comments

I just set up a project as described, and got this error when trying to run gulp webpack:run...

ERROR in Entry module not found: Error: Cannot resolve 'file' or 'directory' ./main.js

you should change the value of moduleManager in gulp_tasks/common/constants.js
also instead of running gulp webpack:run just run higher level commands such as

  • gulp browsersync
  • gulp dist
  • etc...
    depending on what you want to do.

closing this for now, let me know if you need to reopen