-
Notifications
You must be signed in to change notification settings - Fork 38
Unable to build #119
Comments
After some investigation, I believe that the fault lies with the version of the |
@RazzM13 Yeah, I was just about to comment that. Looks like fresh builds are working fine on CircleCI so not sure why it would be happening in your environment. Let me know what you discover! |
I believe that the core of the problem is the depedency cache system due to the fact that it checks the You can see my CircleCI failed build here. |
Thanks @RazzM13, the patch has now been merged into master. Will look into |
I was just trying to replicate the build environment for this project and I've discovered that the project will not build.
Steps to replicate:
git checkout 2c5ff5dfac7d6962a68c08ee1bd16abeb2667c4f
npm install
Output: npm_install.log
npm run build
Output: npm_build.log
Expected: The
npm run build
to succeed without an error and to return a 0 exit code.The text was updated successfully, but these errors were encountered: