First, we need the rainlanguage-orderbook dependency to be present in the project root. There is already a rainlanguage-orderbook dependency present in the project root. But incase anybody wants to to have the latest version:
/packages/orderbook
and run npm pack
to create a tarball and copy it to the root of the project.Clone the repo :
git clone https://github.com/Siddharth2207/svelte-error.git
Enter nix shell :
nix develop
Install dependencies :
npm install
Run the project :
npm run dev
and check the error in the browser and the terminal.