yigitozdemir Posted February 11, 2015 Share Posted February 11, 2015 Hi, I wanted to start contributing Phaser, so i need to test first what is my changes affect. So i installed both grunt and grunt-cli package via npm. I moved into phaser Directory, and wrote grunt. Here is output:Loading "Gruntfile.js" tasks...ERROR>> Error: Cannot find module 'load-grunt-config'Warning: Task "default" not found. Use --force to continue.Aborted due to warnings.And i said "yeah may it need gruntfile" and wrote a command again grunt --gruntfile Gruntfile.jsLoading "Gruntfile.js" tasks...ERROR>> Error: Cannot find module 'load-grunt-config'Warning: Task "default" not found. Use --force to continue.Aborted due to warnings.So it gave me another error. Ok. It might be wrong, it may need tasks, i wrote again grunt --tasks tasks/Loading "Gruntfile.js" tasks...ERROR>> Error: Cannot find module 'load-grunt-config'Loading "buildtsdoc.js" tasks...ERROR>> Error: Cannot find module 'typescript'Warning: Task "default" not found. Use --force to continue.This is my very first time using grunt, so i dont have an idea, what is error about.Can you help me to solve this error? Link to comment Share on other sites More sharing options...
rich Posted February 11, 2015 Share Posted February 11, 2015 Go into the phaser directory and type in "npm install". Now try running grunt Link to comment Share on other sites More sharing options...
yigitozdemir Posted February 11, 2015 Author Share Posted February 11, 2015 Ohhh, thank you now its working, thank you so much Link to comment Share on other sites More sharing options...
rich Posted February 11, 2015 Share Posted February 11, 2015 If you want to submit code (and please do!) always, always remember to work from the dev branch, and submit pull requests only from/to that branch. Link to comment Share on other sites More sharing options...
Recommended Posts