The latest version 0.23.0 miss dist directory
See original GitHub issuerun 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:
- Created 3 years ago
- Reactions:7
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jwulf Good morning! Sorry for all the noise, I think I found a fix to the missing
dist
directory 🎉In TS the line
import { ZBClient } from 'zeebe-node';
errors withCannot find module 'zeebe-node'.ts(2307)
.