This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trieloff
added a commit
to adobe/jsonschema2md
that referenced
this pull request
Jan 20, 2020
trieloff
added a commit
to adobe/jsonschema2md
that referenced
this pull request
Jan 20, 2020
…cyclic-schemas-test#2 this uses the axa-ch/cyclic-schemas-test#2 branch for the integration tests, which then fail, as expected see #201
AndyOGo
commented
Jan 20, 2020
package.json
Outdated
@@ -9,6 +9,6 @@ | |||
"author": "", | |||
"license": "ISC", | |||
"devDependencies": { | |||
"@adobe/jsonschema2md": "^4.0.3" | |||
"@adobe/jsonschema2md": "^4.0.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)
It doesn't seem to be installed properly 🤔
ls -a ./node_modules/es2015-i18n-tag/
. .all-contributorsrc CONTRIBUTING.md README.md package.json
.. CHANGELOG.md LICENSE benchmark.js yarn.lock
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add failing test file for adobe/jsonschema2md#201