Ask Your Question
3

What does the error message "Error Could not resolve "./assets/image.png" mean when executing the command "vite build" with ViteJs?

asked 2021-07-05 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-12-30 13:00:00 +0000

scrum gravatar image

The error message "Error Could not resolve "./assets/image.png" means that the ViteJs build process was unable to locate the specified image file "./assets/image.png". This may be due to a typo in the file path or the file not existing in the specified location.

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: 2021-07-05 11:00:00 +0000

Seen: 9 times

Last updated: Dec 30 '21