Ask Your Question
4

What does TS6054 error message "File '~lib/d3-scale.ts' not found" indicate when attempting to import an external npm d3 package in assemblyscript?

asked 2023-07-04 14:29:08 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-04 14:49:02 +0000

david gravatar image

The TS6054 error message typically indicates that the specified file or module is not found in the designated directory, in this case, the file '~lib/d3-scale.ts' is not found. This could be due to a number of reasons, such as the file may not have been installed correctly, or the file path may be incorrect. It is recommended to double-check the installation and import paths, and ensure that the necessary dependencies are installed.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-04 14:29:08 +0000

Seen: 11 times

Last updated: Jul 04 '23