Fs.js ENOENT error when trying to publish package

Hi, i’m pretty new to meteor and am having some issues publishing a package. I am trying to get a simple package for adding and managing bootstrap 4 scss. It works great locally, but when i try to publish this it throws a lot of errors. I’m not sure why that is.

The package can be found here: https://github.com/ericmcgregor/bootstrap4scss

the error i seem to get is:

Error: ENOENT, no such file or directory '/Users/myuser/Dev/bs/packages/bootstrap4scss/packages/bootstrap4scss/bootstrap/scss/mixins'

While reading package from `/Users/myuser/Dev/bs/packages/bootstrap4scss`:
fs.js:666:18: ENOENT, no such file or directory
'/Users/myuser/Dev/bs/packages/bootstrap4scss/packages/bootstrap4scss/bootstrap/scss/mixins'
at Object.fs.readdirSync (fs.js:666:18)
at package.js:33:26

I don’t understand why this would be the case when i’m publishing. and i’m assuming it would be an issue if i tried to deploy. It seems like it has something to do with the filesystem, but i’m unfamiliar enough with the build system to not fully understand why.

any help would be greatly appreciated. thank you.