-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when executing "bbb handlebars" #9
Comments
Hi Golodhros, thanks for your information. I am currently investigating in Within next week, I'm planning to update to the newest libraries, so stay tuned! |
Thanks! |
i find the similar problem , wait for your update |
I commited the upgrade to grunt 0.4.0. The steps needed are : npm uninstall -g grunt npm install -g grunt-cli then run : Is it working for you? |
It's Working!! |
ok,working , thanks a lot ,the chapter - 10-mobile-applications, very helpful to me ! |
Not working. |
Hi there,
I have follow your installation instructions, but when I get to the handlebars precompilation step I got this error:
Error: TypeError: Object # has no method 'options'
at Object.module.exports (/var/www/sparked/cab-mobile/node_modules/grunt-contrib/node_modules/grunt-contrib-handlebars/tasks/handlebars.js:35:24)
at Object.task.registerMultiTask.thisTask (/usr/lib/node_modules/bbb/node_modules/grunt/lib/grunt/task.js:109:15)
at Object.task.registerTask.thisTask.fn (/usr/lib/node_modules/bbb/node_modules/grunt/lib/grunt/task.js:58:16)
at Task. (/usr/lib/node_modules/bbb/node_modules/grunt/lib/util/task.js:343:36)
at Task. (/usr/lib/node_modules/bbb/node_modules/grunt/lib/util/task.js:319:9)
at Task. (/usr/lib/node_modules/bbb/node_modules/grunt/lib/util/task.js:346:11)
at Task.start (/usr/lib/node_modules/bbb/node_modules/grunt/lib/util/task.js:359:5)
at Object.grunt.tasks (/usr/lib/node_modules/bbb/node_modules/grunt/lib/grunt.js:143:8)
at Object.module.exports as cli
at Object. (/usr/lib/node_modules/bbb/bbb.js:98:7)
Could it be due to a change in bbb contrib?
Many thanks for your awesome work!
The text was updated successfully, but these errors were encountered: