I have recently created a fork of angularJs and I am facing an issue when trying to build it. The build process fails when running grunt package
npm -v
--> 3.5.2
bower --version
--> 1.7.2
I followed the steps provided in the official documentation to build angular:
$ npm install
$ bower install
$ grunt package
However, I encountered the following error:
grunt-cli: The grunt command line interface. (v0.1.13)
Fatal error: Unable to find local grunt.
If you're seeing this message, either a Gruntfile wasn't found or grunt
hasn't been installed locally to your project. For more information about
installing and configuring grunt, please see the Getting Started guide:
http://gruntjs.com/getting-started
Am I missing something in the build process?