Error code 101000 - Space name missing

When calling the spaces.get() method, the name parameter must be specified:
const space = await spaces.get(‘mySpaceName');

View the documentation for further information on creating a space.