Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the reasons why the modular file mjs cannot be run in es6

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces the es6 modular file mjs can not run what are the reasons, have a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor with you to understand.

Mjs are all in the same directory:

Clipboard.png

Main.mjs

Import {add,minus} from ". / math"

Console.log (add (100.20))

Console.log (minus (300.20))

/ / mjs is still in the experiment. Cannot run with nodemain.mjs.

/ / need to do this:

Math.mjs

Functionadd (XBI y) {

Returnx+y

}

Functionminus (XBI y) {

Returnx-y

}

Export {add,minus}

The mjs file runs the code:

Node--experimental-modulesmain.mjs

Error report:

(node:4200) ExperimentalWarning:TheESMmoduleloaderisexperimental.

Internal/modules/esm/default_resolve.js:69

Leturl=moduleWrapResolve (specifier,parentURL)

^

Error:Cannotfindmodule'D:\ workspace\ WebstormProjects\ 2019\ 3\ qdtest\ es6\ math'importedfromD:\ workspace\ WebstormProjects\ 2019\ 3\ qdtest\ es6\ main.mjs

AtLoader.collect [as _ resolve] (internal/modules/esm/default_resolve.js:69:13)

AtLoader.resolve (internal/modules/esm/loader.js:70:33)

AtLoader.getModuleJob (internal/modules/esm/loader.js:143:40)

AtModuleWrap. (internal/modules/esm/module_job.js:43:40)

Atlink (internal/modules/esm/module_job.js:42:36)

Thank you for reading this article carefully. I hope the article "why the modular file mjs in es6 does not work" shared by the editor will be helpful to you. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report