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.

The latest version 0.23.0 miss dist directory

See original GitHub issue

run get error

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

Error: Cannot find module ‘/Users/nick/nodePro/zeebe-demo/node_modules/zeebe-node/dist/index.js’. Please verify that the package.json has a valid “main” entry

ls node_modules/zeebe-node to check the files, can’t see dist directory, maybe was no build before publish to npm?

version 0.22.1 is fine

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
lwillecommented, May 16, 2020

@jwulf Good morning! Sorry for all the noise, I think I found a fix to the missing dist directory 🎉

1reaction
MainAerocommented, May 12, 2020

In TS the line import { ZBClient } from 'zeebe-node'; errors with Cannot find module 'zeebe-node'.ts(2307).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Frequently Asked Questions - PyOxidizer
(If a tool is missing or the comparison incomplete or unfair, please file an issue so Python application maintainers can make better, informed...
Read more >
Localization folders missing in Android APK file
After updating to the latest version of Visual Studio, the build process does not include localized resources ind the Android APK file.
Read more >
Version 0.23.2 — scikit-learn 1.2.0 documentation
Fix Fixed a bug in the repr of third-party estimators that use a **kwargs parameter in their constructor, when changed_only is True which...
Read more >
What's New — pandas 0.23.0 documentation - PyData |
Indexing with a list of labels, where one or more of the labels is missing, is deprecated and will raise a KeyError in...
Read more >
3.5.0: missing doc/ in dist tar ball? · Issue #5778 · OSGeo/gdal
As long as docs directory is no no longer part of the dist tar ball I've disabled add that documentation to final packages....
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