hyperweb-io / hyperweb-io/cosmology-cli

can't import { messages } from '@cosmology/core';

Open
#19 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
50
Forks
21
PR merge metrics
No merged PRs in 30d

Description

when i run , it showed :
SyntaxError: Named export 'messages' not found. The requested module '@cosmology/core' 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 '@cosmology/core';
const { messages } = pkg;

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.