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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I encounter a Fatal error: Cannot read property 'length' of null message when executing this task. It's unclear to me if the error originates within grunt-crx (possibly inside lib/crx.js?) or the crx node project or even within Grunt itself (doubtful, I suppose) so filing here for starters.
I've noticed that this has been logged before in #35 which references thom4parisot/crx#18 which then mentions being solved by thom4parisot/crx#20, but these were a year ago and the problem seems to persist.
My environment: Node v0.12.2, Grunt CLI v0.1.13, and Grunt v0.4.5.
Which version of grunt-crx are you using? I had this when I was on grunt-crx 0.3.2 but it was resolved after upgrading to grunt-crx 1.0.3 . Note that privateKey needs to move into options.privateKey, and you need to use a file glob for the src.
I did the update but it did not work for me. Maybe i forgot to update the config too. I just switched to using the bare crx tool with a script in grunt.
I encounter a
Fatal error: Cannot read property 'length' of null
message when executing this task. It's unclear to me if the error originates withingrunt-crx
(possibly insidelib/crx.js
?) or thecrx
node project or even within Grunt itself (doubtful, I suppose) so filing here for starters.I've noticed that this has been logged before in #35 which references thom4parisot/crx#18 which then mentions being solved by thom4parisot/crx#20, but these were a year ago and the problem seems to persist.
My environment: Node v0.12.2, Grunt CLI v0.1.13, and Grunt v0.4.5.
Config settings followed by its verbose output:
The text was updated successfully, but these errors were encountered: