You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting and sending a PR to fix this Galen!
Interesting/weird thing is that node on Mac and Windows didn't complain about using ../Spinner instead of ./spinner. Wondering if node checks imports differently on each OS 🤔 .
I think Linux has stricter rules when it comes to case-sensitivity. I've even had issues with database tables not being recognized if they are capitalized vs. lowercase, so I wouldn't be surprised if node is the same way.
Describe the bug
After installing baker from source, the
baker
command fails because it cannot locateSpinner.js
incluster.js
andinteractive.js
.To Reproduce
npm install
andnpm link
.baker
command.Expected behavior
The baker command runs successfully without failing from import errors.
Please complete the following information:
The text was updated successfully, but these errors were encountered: