Uppy: Problem with build:css script

Created on 4 Jun 2019  ·  4Comments  ·  Source: transloadit/uppy

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'.

Question

Most helpful comment

Hi, yes, there’s contributing documentation here: https://uppy.io/docs/contributing.

All 4 comments

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. 👍

Was this page helpful?
0 / 5 - 0 ratings

Related issues

skunkwerk picture skunkwerk  ·  3Comments

risonsimon picture risonsimon  ·  4Comments

agreene-coursera picture agreene-coursera  ·  4Comments

evanoberholster picture evanoberholster  ·  3Comments

ameft picture ameft  ·  4Comments