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
Thanks for the heads up. I just tried switching my env to node 12.4, but I can not repro the error. I think the problem is with the version of i18n. Do you mind running "npm ls" in pellet and trying editing the translation file in assets/translations.json to just "{}" and see if that fixes the problem.
@vevo-demetrius-johnson Changing the translations.json file did not fix it. However, I'm noticing now that (days later) in one of my test projects I did for this, the command now runs fine, while in another it still fails with the same issue.
This could be a local issue, so here's my env for reference:
Pellet: 0.0.100
System: OS X 10.10.3
Node: 0.12.4
(npm: 2.10.1)
Steps to reproduce:
pellet init
and use defaults, including Translationspellet run --build
Steps to avoid error:
pellet init
and use defaults, excluding Translationspellet run --build
Notably, the following commands work fine:
pellet run build
pellet --watch --clean
So it may just be something specific to the command in relation to webpack/translations.
The text was updated successfully, but these errors were encountered: