You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewUsageError(`Couldn't find a project in the local directory - please explicit the package manager to pack, or run this command from a valid project`);
16
+
thrownewUsageError(`Couldn't find a project in the local directory - please specify the package manager to pack, or run this command from a valid project`);
17
17
18
18
case`NoSpec`:
19
-
thrownewUsageError(`The local project doesn't feature a 'packageManager' field - please explicit the package manager to pack, or update the manifest to reference it`);
19
+
thrownewUsageError(`The local project doesn't feature a 'packageManager' field - please specify the package manager to pack, or update the manifest to reference it`);
thrownewUsageError(`Couldn't find a project in the local directory - please explicit the package manager to pack, or run this command from a valid project`);
39
+
thrownewUsageError(`Couldn't find a project in the local directory - please specify the package manager to pack, or run this command from a valid project`);
40
40
41
41
case`NoSpec`:
42
-
thrownewUsageError(`The local project doesn't feature a 'packageManager' field - please explicit the package manager to pack, or update the manifest to reference it`);
42
+
thrownewUsageError(`The local project doesn't feature a 'packageManager' field - please specify the package manager to pack, or update the manifest to reference it`);
0 commit comments