Skip to content

chore: remove npm from dependencies#1640

Merged
szymonmaslowski merged 1 commit into
masterfrom
chore/remove-npm-from-dependencies
Jul 11, 2025
Merged

chore: remove npm from dependencies#1640
szymonmaslowski merged 1 commit into
masterfrom
chore/remove-npm-from-dependencies

Conversation

@szymonmaslowski

Copy link
Copy Markdown
Contributor

Context

The crypto and tx-construction packages have npm as dependencies, which seems incorrect. Moreover, it causes some problems in the lace-platform. The npm gets installed in the node_modules of the project and then when running npx from the terminal it resolves the npm from the node_modules instead of the one installed globally. As a consequence npm v9 gets used instead of v10.

Proposed Solution

Important Changes Introduced

@szymonmaslowski szymonmaslowski force-pushed the chore/remove-npm-from-dependencies branch from d870b45 to 6eba226 Compare July 11, 2025 10:48
@szymonmaslowski szymonmaslowski requested a review from iccicci July 11, 2025 10:50

@mkazlauskas mkazlauskas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🕵️

@iccicci iccicci left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Excellent! ❤️

@szymonmaslowski szymonmaslowski merged commit 8a3a550 into master Jul 11, 2025
10 of 11 checks passed
@szymonmaslowski szymonmaslowski deleted the chore/remove-npm-from-dependencies branch July 11, 2025 11:40
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.

3 participants