简体   繁体   中英

Node.js error Error: Cannot find module 'datejs'

When datejs is installed using npm and when a script (below) is executed, the following error is obtained:

Error: Cannot find module 'datejs'
at Function._resolveFilename (module.js:334:11)
at Function._load (module.js:279:25)
at Module.require (module.js:357:17)
at require (module.js:368:17)

datejs module exists under correct node_modules.Thanks in advance.

尝试require('./node_modules/datejs/index.js');

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM