fix(release): improve error msg to mention how to add the nx/js plugin (#26473)
This commit is contained in:
parent
55197fb33f
commit
9280c9a8d9
@ -662,7 +662,7 @@ function resolveGeneratorData({
|
|||||||
*/
|
*/
|
||||||
if (collectionName === '@nx/js') {
|
if (collectionName === '@nx/js') {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
'The @nx/js plugin is required in order to version your JavaScript packages. Please install it and try again.'
|
'The @nx/js plugin is required in order to version your JavaScript packages. Run "nx add @nx/js" to add it to your workspace.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
throw new Error(
|
throw new Error(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user