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

refactor: move PackageJson to deno_config #24348

Merged
merged 7 commits into from
Jun 26, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jun 26, 2024

@dsherret dsherret marked this pull request as ready for review June 26, 2024 17:44
@@ -1106,7 +1106,7 @@ dependencies = [
"glibc_version",
"glob",
"ignore",
"import_map 0.20.0",
"import_map",
Copy link
Member Author

Choose a reason for hiding this comment

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

Oh, whoops. We accidentally have two import_map deps in main.

concat!(
"Could not find \"{}\" in a node_modules folder. ",
"Deno expects the node_modules/ directory to be up to date. ",
"Did you forget to run `npm install`?"
Copy link
Member

Choose a reason for hiding this comment

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

This is just moved from another place?

Copy link
Member

Choose a reason for hiding this comment

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

We should update the message for Deno 2

Copy link
Member Author

Choose a reason for hiding this comment

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

Somewhat. It's just a bit smarter now.

ext/node/lib.rs Outdated Show resolved Hide resolved
@dsherret dsherret enabled auto-merge (squash) June 26, 2024 20:55
@dsherret dsherret merged commit 0da01c0 into denoland:main Jun 26, 2024
17 checks passed
sbmsr pushed a commit to sbmsr/deno-1 that referenced this pull request Jul 2, 2024
zebreus pushed a commit to zebreus/deno that referenced this pull request Jul 8, 2024
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.

2 participants