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

feat: replace babel-runtime with @babel/runtime #26

Merged
merged 1 commit into from
Nov 6, 2021

Conversation

hex0cter
Copy link
Contributor

@hex0cter hex0cter commented Mar 14, 2021

The latest release is broken with the following error:

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

Error: Cannot find module '@babel/runtime/helpers/interopRequireWildcard'
Require stack:
- ~/.nvm/versions/node/v12.16.2/lib/node_modules/github-release-cli/lib/index.js
- ~/.nvm/versions/node/v12.16.2/lib/node_modules/github-release-cli/bin/github-release
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15)
    at Function.Module._load (internal/modules/cjs/loader.js:862:27)
    at Module.require (internal/modules/cjs/loader.js:1042:19)
    at require (internal/modules/cjs/helpers.js:77:18)
    at Object.<anonymous> (~/.nvm/versions/node/v12.16.2/lib/node_modules/github-release-cli/lib/index.js:3:31)
    at Module._compile (internal/modules/cjs/loader.js:1156:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10)
    at Module.load (internal/modules/cjs/loader.js:1000:32)
    at Function.Module._load (internal/modules/cjs/loader.js:899:14)
    at Module.require (internal/modules/cjs/loader.js:1042:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '~/.nvm/versions/node/v12.16.2/lib/node_modules/github-release-cli/lib/index.js',
    '~.nvm/versions/node/v12.16.2/lib/node_modules/github-release-cli/bin/github-release'
  ]
}

@hex0cter hex0cter changed the title Update babel-runtime Replace babel-runtime with @babel/runtime Mar 14, 2021
@hex0cter
Copy link
Contributor Author

@cheton any chance to review this? 🙏

@cheton cheton changed the title Replace babel-runtime with @babel/runtime feat: replace babel-runtime with @babel/runtime Nov 6, 2021
@cheton cheton merged commit c01c98c into cheton:master Nov 6, 2021
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