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

Resolve is needed for run-time #11

Closed
OmgImAlexis opened this issue May 15, 2020 · 1 comment
Closed

Resolve is needed for run-time #11

OmgImAlexis opened this issue May 15, 2020 · 1 comment
Labels

Comments

@OmgImAlexis
Copy link

Trying to use this without resolve installed throws this.

(node:12916) UnhandledPromiseRejectionWarning: Error: Cannot find module 'resolve'
Require stack:
- /Users/xo/code/scratchdb/database/node_modules/tsup/dist/index.js
- /Users/xo/code/scratchdb/database/node_modules/tsup/dist/cli.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:625:15)
    at Function.Module._load (internal/modules/cjs/loader.js:527:27)
    at Module.require (internal/modules/cjs/loader.js:683:19)
    at require (internal/modules/cjs/helpers.js:16:16)
    at getRollupConfig (/Users/xo/code/scratchdb/database/node_modules/tsup/dist/index.js:12406:34)
    at createRollupConfigs (/Users/xo/code/scratchdb/database/node_modules/tsup/dist/index.js:12424:26)
    at CAC.<anonymous> (/Users/xo/code/scratchdb/database/node_modules/tsup/dist/cli.js:710:32)
(node:12916) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:12916) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
@egoist egoist closed this as completed in 1266947 May 16, 2020
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 1.4.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant