Picture of Chuck Lorenz
error with Handlebars inline partial
by Chuck Lorenz - Sunday, 5 June 2016, 6:47 PM
 

I'm trying to make use of Handlebars' inline partial. Grunt build fails with the following error:

Running "handlebars:compile" (handlebars) task
>> Error: Parse error on line 1:
>> {{#*inline "myInlinePar
>> ---^
>> Expecting 'ID', 'DATA', got 'INVALID'
Warning: Handlebars failed to compile D:/blah-blah/adapt-myComponent/templates/myComponent.hbs. Use --force to continue.

Aborted due to warnings.

Ideas about what's wrong?

Picture of Chuck Lorenz
Re: error with Handlebars inline partial
by Chuck Lorenz - Tuesday, 7 June 2016, 1:54 AM
 

We learn from each other's mistakes, right? Here's one of mine...

To upgrade I often diff or compare the latest release with my current code. This time I failed to diff the package.json and failed to run npm install

All's good now.