Skip to content

Commit 2e54892

Browse files
authored
Fix reinstall message (#38)
1 parent 12bea50 commit 2e54892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (process.versions.node.split('.')[0] !== '18') {
1717
`NodeJS version ${process.versions.node} is not compatible. Must have Node v18 installed: https://nodejs.org/en/download/`,
1818
)
1919
console.log(
20-
'After v18 is installed, MAKE SURE TO run `npm install -g ironfishw` again to install ironfishw with the correct Node version',
20+
'After v18 is installed, MAKE SURE TO run `npm install -g ironfish-wallet` again to install ironfish-wallet with the correct Node version',
2121
)
2222
process.exit(1)
2323
}

0 commit comments

Comments
 (0)