Next.js - Module not found: Can't resolve '../.slicemachine/libraries-state.json'

So @jgunderson based on the link I provided above, I was able to determine that a "fix" for now is to just create a libraries-state.json file in the exact location as specified in the import. Inside that file just place an empty object like this

// .slicemachine/libraries-state.json
{}

This should allow you to use the slicemachine as intended.

1 Like