Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix publishing #392

Merged
merged 4 commits into from
Dec 28, 2021
Merged

Fix publishing #392

merged 4 commits into from
Dec 28, 2021

Conversation

DieMyst
Copy link
Member

@DieMyst DieMyst commented Dec 28, 2021

There is an error on any command

    "@fluencelabs/aqua": "^0.5.2-252"
> aqua -i aqua -o generated

node:internal/errors:464
    ErrorCaptureStackTrace(err);
    ^

Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/aleksey/Documents/dev/fluencelabs/trust-graph/example/node_modules/@fluencelabs/aqua/dist/ipfs.js' imported from /Users/aleksey/Documents/dev/fluencelabs/trust-graph/example/node_modules/@fluencelabs/aqua/aqua.js
    at new NodeError (node:internal/errors:371:5)
    at finalizeResolution (node:internal/modules/esm/resolve:392:11)
    at moduleResolve (node:internal/modules/esm/resolve:899:10)
    at defaultResolve (node:internal/modules/esm/resolve:1011:11)
    at ESMLoader.resolve (node:internal/modules/esm/loader:422:30)
    at ESMLoader.getModuleJob (node:internal/modules/esm/loader:222:40)
    at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:40)
    at link (node:internal/modules/esm/module_job:75:36) {
  code: 'ERR_MODULE_NOT_FOUND'
}

Node.js v17.0.1

PR fixes this

@DieMyst DieMyst merged commit 4ded24d into main Dec 28, 2021
@DieMyst DieMyst deleted the fix-publishing branch December 28, 2021 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants