You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow all the step which is given , still i unable to run project also unable to build project.
following error is showing while i hit the command npm run test or npm run build .
D:\LiveAngularProject\grunt-angular-demo>npm run build
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:
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\
node_modules\npm\bin\npm-cli.js" "run" "build"
npm ERR! node v7.1.0
npm ERR! npm v3.10.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build: grunt build
npm ERR! Exit status 99
npm ERR!
npm ERR! Failed at the [email protected] build script 'grunt build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the login package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! grunt build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs login
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls login
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! D:\LiveAngularProject\grunt-angular-demo\npm-debug.log
Please help me on this how i will fix above error .
Thanks,
Dev
The text was updated successfully, but these errors were encountered:
Hi devzar5,
Thanks for reporting this issue!
Unfortunately I have not been actively maintaining this repo recently and thus I cannot guarantee everything will work the way it is stated. I'll do a best effort to verify that the demo works with the current versions of the tool.
Meanwhile, looking at your error, you may be able to get around it by installing grunt-cli manually.
npm install -g grunt-cli
I purposely configured the demo so that you would not be required to do this, but as I mentioned, I cannot be certain with the latest version of the tools.
I have fixed issue grunt build now all the file is minified.
but still i am unable to run project in browser before minifie or after minifie. please send information or require to add any additional script and command in grunt file.
Hi,
I follow all the step which is given , still i unable to run project also unable to build project.
following error is showing while i hit the command npm run test or npm run build .
D:\LiveAngularProject\grunt-angular-demo>npm run build
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
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\
node_modules\npm\bin\npm-cli.js" "run" "build"
npm ERR! node v7.1.0
npm ERR! npm v3.10.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build:
grunt build
npm ERR! Exit status 99
npm ERR!
npm ERR! Failed at the [email protected] build script 'grunt build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the login package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! grunt build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs login
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls login
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! D:\LiveAngularProject\grunt-angular-demo\npm-debug.log
Please help me on this how i will fix above error .
Thanks,
Dev
The text was updated successfully, but these errors were encountered: