Skip to content

Module not found: Error: Recursion in resolving #68

Answered by hayes0724
qedric asked this question in Q&A
Discussion options

You must be logged in to vote

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)

/* eslint-env browser */
const tmpPublicPath = __webpack_public_path__;
__webpack_public_path__ = __webpack_public_path__.replace(/\/$/, '');
// eslint-disable-next-line node/no-missing-require
const client = require('webpack-hot-middleware/client?dynamicPublicPath=true');
__webpack_public_path__ = tmpPublicPath;
window.__shopify_should_reload__ = false;

client.subscribe((event) => {
  if …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@qedric
Comment options

Answer selected by qedric
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants