question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Cannot find module 'es2015-i18n-tag'

See original GitHub issue

What did you do

Upgrade to 4.0.9.

What did you expect to happen

Running without error

What happened

Error: Cannot find module ‘es2015-i18n-tag’

npm run test

> cyclic-schemas-test@1.0.0 test .../dev/cyclic-schemas-test
> jsonschema2md -o docs/ -x docs/ -d schemas/ -e json

internal/modules/cjs/loader.js:583
    throw err;
    ^

Error: Cannot find module 'es2015-i18n-tag'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (.../dev/cyclic-schemas-test/node_modules/@adobe/jsonschema2md/lib/index.js:23:24)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)

What’s your environment

  • Operating System: macOS Catalina 10.15.2 (19C57)
  • node.js version: v10.15.0

Do you have example files:

PR: https://github.com/axa-ch/cyclic-schemas-test/pull/2/files#r368655818

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
trieloffcommented, Jan 21, 2020

If all fixes were that easy…

0reactions
AndyOGocommented, Jan 27, 2020

It has been fixed in es2015-i18n-tag 🎉 https://github.com/skolmer/es2015-i18n-tag/issues/71

Read more comments on GitHub >

github_iconTop Results From Across the Web

es2015-i18n-tag - npm
This library is available as CommonJS module and as UMD module that is consumable in CommonJS, AMD and with script tags. The UMD...
Read more >
How to fix : cannot find Module error in while running the npm ...
First I want you to delete the "node module" folder and "package-lock.json" file and then. You can change the node version with the...
Read more >
es2015-i18n-tag - npm Package Health Analysis - Snyk
This template literal tag adds support for i18n and l10n (translation and internationalization) to your JavaScript project. It provides the following benefits:.
Read more >
i18n with tagged template literals in ECMAScript 2015
Implementing a basic i18n tag function for translating messages. ... localizedValues); } return 'Error: translation missing!'; } };.
Read more >
I18n-tag-schema NPM | npm.io
This module does include a JSON validator that helps you keep track of missing or invalid keys in your translation files and shows...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found