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
There are problems with the Gruntfile.js, it's not setup correct and does not work. I get the feeling most of this is just too old, and needs to be updated. I'll list the issues as I find them and fix them in my own project.
Deprecated Tasks
The grunt-contrib-livereload task is deprecated we should use grunt-contrib-watch instead.
Misc
When running npm install I get this error (Upgrading grunt-bower-hooks to "~0.3.0" fixes this)
> [email protected] postinstall C:\Users\Me\Downloads\examples-master\aura-backbone-example\node_modules\grunt-bower-hooks\node_modules\bower
> node cleanup
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
npm ERR! weird error 8
npm ERR! not ok code 0```
The text was updated successfully, but these errors were encountered:
There are problems with the Gruntfile.js, it's not setup correct and does not work. I get the feeling most of this is just too old, and needs to be updated. I'll list the issues as I find them and fix them in my own project.
Deprecated Tasks
grunt-contrib-livereload
task is deprecated we should usegrunt-contrib-watch
instead.Misc
npm install
I get this error (Upgradinggrunt-bower-hooks
to"~0.3.0"
fixes this)The text was updated successfully, but these errors were encountered: