whiteout-io / mail

[ABANDONED] Mail App with integrated OpenPGP encryption
https://whiteout.io
MIT License
545 stars 96 forks source link

`grunt` fails with "Warning: handlebars does not support render." #414

Open positron opened 8 years ago

positron commented 8 years ago

Error message:

Running "assemble:styleguide" (assemble) task
handlebars does not support render.
Assembling dist/styleguide/index.html ERROR
Warning: handlebars does not support render. Use --force to continue.

Aborted due to warnings.
$ node --version
v6.3.0
$ npm --version
3.10.3
positron commented 8 years ago

I fixed this by adding a version to package.json. Example:

   "name": "whiteout-mail",
   "version": "0.1.0",