Graphql-request doesn't seem to install correctly

Hi I’m building an app with SvelteKit, repository is here: GitHub - endymion1818/promatt-2021: SvelteKit server-rendered application. My brother-in-law's portfolio site.. I’m using “@sveltejs/adapter-netlify”: “^1.0.0-next.12”, however I’m getting some issues in the build stage:

The requested module 'graphql-request' does not provide an export named 'gql'

It builds locally (and using netlify-dev) without any error. Any ideas why?

hi there @endymion1818,

i don’t have any surefire conclusions, but i am wondering if we are able to grab the dependencies correctly.

Does if work locally if you do a fresh, bare clone and run npm install? or does it only work in the directory where you have node modules installed?