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
I got a warning of deprecated this.installDependencies() but without the new one suggestion.
this.yarnInstall() is deprecated too
My environment
OS version/details: macOS Big Sur 11.4
Node version: 12.21.0
Yarn version: 1.22.10
Version of yo : 4.2.0
Expected behavior
Should have suggestion of the new one
Current behavior
Steps to reproduce the behavior
Command line output
(method) Generator<Generator.GeneratorOptions>.installDependencies(options?: Generator.InstallOptions): void
@deprecated
Runs npm and bower, in sequence, in the generated directory and prints a message to let the user know.
@example
this.installDependencies({
bower: true,
npm: true
}).then(() => console.log('Everything is ready!'));
@example
this.installDependencies({
yarn: {force: true},
npm: false
}).then(() => console.log('Everything is ready!'));
The text was updated successfully, but these errors were encountered:
Type of issue
I got a warning of deprecated
this.installDependencies()
but without the new one suggestion.this.yarnInstall()
is deprecated tooMy environment
Expected behavior
Should have suggestion of the new one
Current behavior
Steps to reproduce the behavior
Command line output
The text was updated successfully, but these errors were encountered: