Skip to content

Conversation

@bodom0015
Copy link
Member

@bodom0015 bodom0015 commented Jun 24, 2025

Problem

Build is currently failing with a 401 while attempting to fetch MarvinJS package - I suspect that our license has finally expired for this product, and it's time to remove it as a dependency here since it is not being utilized.

The build is not currently failing on main since it hasn't rebuilt but I suspect that as soon as it tries to build it will fail

This was found while creating a PR that did not change the Docker image at all, and yet the build failed #3

Fixes #4

Approach

  • fix: remove marvinjs dependency from frontend build

How to Test

  1. Wait for GitHub action to complete
    • You should see a green checkmark on this PR
    • If you see a green checkmark on this PR, then it is safe to merge 🎉
    • workflow is being read from main, so we won't know if it's fixed until this is merged 😓 🙏

# To be able to push to dockerhub, this execpts the following
# To be able to push to dockerhub, this expects the following
# secrets to be set in the project:
# - NPM_TOKEN : NPM auth token for accessing private chemaxon NPM registry
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for taking care of this, @bodom0015

btw, you might want to remove @chemaxon:registry=https://hub.chemaxon.com/artifactory/api/npm/npm/ from .npmrc while you're at it

@bodom0015 bodom0015 merged commit f2aaec8 into main Jun 24, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker image build failing with a 401 error

3 participants