xiaoxinghu / repauto

15 stars 8 forks source link

Warning & Error messages #2

Closed rohitgargfzr closed 9 years ago

rohitgargfzr commented 9 years ago

On running, nom install command i see below warning messages: npm WARN package.json repauto@ No repository field. npm WARN package.json Dependency 'reactify' exists in both dependencies and devDependencies, using 'reactify@^1.1.0' from dependencies

Gulp build shows error message: Task 'build' is not in your gulp file

Still see below error on running rails server

SyntaxError in WelcomeController#index

screen shot 2015-10-15 at 10 42 03 am
xiaoxinghu commented 9 years ago

@c0gupr2 The Warning does not matter, I use the package.json to manage dependency, it's not a real node package, we don't need those kind of info. The Gulp command now default to be compile everything, so do gulp instead of gulp build. I have updated the wiki. The error you are seeing is strange, since the helper method call is deprecated, and nothing is calling it. Try clear the browser cache.

rohitgargfzr commented 9 years ago

Thanks for your response. I cleaned my browser cache/downloaded new code from github and still see helper method call failing in 109 line instead of 80 now. Could you please check?

screen shot 2015-10-16 at 9 46 03 am
xiaoxinghu commented 9 years ago

@c0gupr2 This is strange, it works fine for my environment. I have done some cleanup work to cleanup some legacy code. Can you get the latest from master and try again.

gkiszczak commented 9 years ago

I have the same errors.

gkiszczak commented 9 years ago

Important things: update your ruby to newest version, update your rails to newest version also. I was able to set up repauto without errors but I stuck with other problem.

rohitgargfzr commented 9 years ago

Thanks we are able to run latest code with new ruby/rails version.