diff --git a/crates/houston/src/error.rs b/crates/houston/src/error.rs index 3221b0f3b..46086f919 100644 --- a/crates/houston/src/error.rs +++ b/crates/houston/src/error.rs @@ -25,8 +25,8 @@ pub enum HoustonProblem { #[error("There is no profile named \"{0}\".")] ProfileNotFound(String), - /// NoProfilesFound occurs When there are no profiles at all, often for new users - #[error("No config profiles found")] + /// NoProfilesFound occurs when there are no profiles at all, often for new users + #[error("No configuration profiles found")] NoConfigProfiles, /// NoNonSensitiveConfigFound occurs when non-sensitive config can't be found for a profile. diff --git a/installers/npm/package-lock.json b/installers/npm/package-lock.json index 5cee969cc..038d89208 100644 --- a/installers/npm/package-lock.json +++ b/installers/npm/package-lock.json @@ -101,6 +101,9 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz", "integrity": "sha1-hvmrTBAvA3G3KXuSplHVgkvIy3M=", + "dependencies": { + "wcwidth": ">=1.0.1" + }, "optionalDependencies": { "wcwidth": ">=1.0.1" }