On a fresh checkout, when running the build:css script the following error is thrown:
✗ Error: Cannot find module '../../core/src/utils' from '/Projects/uppy/packages/@uppy/robodog/src'
I can get around this if I swap the @import statements in /packages/@uppy/robodog/src/styles.scss` to use relative paths, i.e. '../../' rather than '@uppy'.
Hey there, did you run npm i && npm run boostrap in the root dir?
Hi @kvz, I ran the npm install but missed the bootstrap script. Thank you for the quick response. 👍
Is there developer documentation that covers this that I've possibly overlooked?
Hi, yes, there’s contributing documentation here: https://uppy.io/docs/contributing.
Oh cool, thanks. I'd somehow completely missed that. Closing this one due to my own stupidity. 👍
Most helpful comment
Hi, yes, there’s contributing documentation here: https://uppy.io/docs/contributing.