-
Hi there, shopify-packer was working fine until today I created a new repo for another store, and without realising I had installed shopify-packer globally, I installed it again. Now none of my repositories work, I'm really stuck and urgently need to get things runing again! When I run packer start on any repo, I get the following: Any help much appreciated! ` [object Object] [object Object] [object Object] [object Object] [object Object] [object Object] [object Object] [object Object] [object Object] [object Object] [object Object] [object Object] [object Object] [object Object] assets by path ../templates/.liquid 24 bytes 20 assets ERROR in layout.theme ERROR in layout.theme ERROR in template.collection ERROR in template.collection ERROR in template.index ERROR in template.index ERROR in template.login ERROR in template.login ERROR in template.product ERROR in template.product ERROR in template.register ERROR in template.register ERROR in Error: Child compilation failed:
ERROR in Error: Child compilation failed:
2 ERRORS in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details) / Compiling...Terminate batch job (Y/N)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, It would help to see your package.json, packer version and what os that your using. looking at the stack trace it seems it's having issues finding or loading (possible permission issue) the hot-client.js file. It's a simple file that is added to all dev entrypoints in development mode (watch/start)
Potential fixes:
Packer v1 - uses webpack 4 and the latest version is v1.4.0 |
Beta Was this translation helpful? Give feedback.
-
Just noticed another thing latest version of packer is using: |
Beta Was this translation helpful? Give feedback.
Hi,
It would help to see your package.json, packer version and what os that your using.
looking at the stack trace it seems it's having issues finding or loading (possible permission issue) the hot-client.js file. It's a simple file that is added to all dev entrypoints in development mode (watch/start)