We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bea50 commit 2e54892Copy full SHA for 2e54892
bin/run
@@ -17,7 +17,7 @@ if (process.versions.node.split('.')[0] !== '18') {
17
`NodeJS version ${process.versions.node} is not compatible. Must have Node v18 installed: https://nodejs.org/en/download/`,
18
)
19
console.log(
20
- 'After v18 is installed, MAKE SURE TO run `npm install -g ironfishw` again to install ironfishw with the correct Node version',
+ 'After v18 is installed, MAKE SURE TO run `npm install -g ironfish-wallet` again to install ironfish-wallet with the correct Node version',
21
22
process.exit(1)
23
}
0 commit comments