Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Cannot find module solc #5798

Merged
merged 2 commits into from
Aug 4, 2022
Merged

Fix Cannot find module solc #5798

merged 2 commits into from
Aug 4, 2022

Conversation

Qwerty5Uiop
Copy link
Collaborator

Resolves #5793

Motivation

Npm module solc is used directly on host machine via node command. Since we are using mix release on building, we don't have explorer npm modules in docker image anymore. So it is necessary to include packages like this to docker image.

Changelog

Added copying of explorer's node_modules to result docker image.

@vbaranov vbaranov merged commit a7697a2 into master Aug 4, 2022
@vbaranov vbaranov deleted the fix-cannot-find-module-solc branch August 4, 2022 08:43
sidhujag pushed a commit to syscoin/blockscout that referenced this pull request Aug 6, 2022
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.

Can't verify contracts (Cannot find module 'solc')
2 participants