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
/index.js:2
generateKeyPair,
^^^^^^^^^^^^^^^
SyntaxError: Named export 'generateKeyPair' not found. The requested module '@solana/web3.js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@solana/web3.js';
The text was updated successfully, but these errors were encountered:
Error when executing https://solana.com/developers/cookbook/wallets/sign-message
The text was updated successfully, but these errors were encountered: