Manifold lib not found!

Hey everyone!

I’m building an application that allows users to create and mint NFTs using the Manifold contract base. However, I’ve run into an issue with importing libraries in the first step of the process.

When I try to install the necessary dependencies using the following command:

npm install @manifoldxyz/creator-core-solidity @openzeppelin/contracts

I’m facing issues related to missing or incorrectly resolved dependencies, especially when trying to import them into my Solidity code in Remix or my local environment.

I’ve tried importing them using GitHub URLs, but I’m still having trouble with OpenZeppelin’s EnumerableSet and other core contracts.

Has anyone encountered this issue before? What’s the correct way to set up these libraries for use in a Manifold-based NFT app?

Any advice or guidance would be greatly appreciated!