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

The requested module 'seroval' does not provide an export named 'createPlugin' #273

Open
birkskyum opened this issue Apr 7, 2024 · 0 comments

Comments

@birkskyum
Copy link
Contributor

birkskyum commented Apr 7, 2024

I tried to start a production build made with vinxi 0.3.11 and got this:

vinxi start --port 3003
[error] The requested module 'seroval' does not provide an export named 'createPlugin'
  import { createPlugin, createStream, fromJSON, crossSerializeStream, getCrossReferenceHeader } from 'seroval';
  ^^^^^^^^^^^^
  SyntaxError: The requested module 'seroval' does not provide an export named 'createPlugin'
  at ModuleJob._instantiate (node:internal/modules/esm/module_job:134:21)
  at async ModuleJob.run (node:internal/modules/esm/module_job:217:5)
  at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)
  at async Object.run (node_modules/.pnpm/vinxi@0.3.11_@types+node@20.12.5/node_modules/vinxi/bin/cli.mjs:270:7)
  at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:316:16)
  at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:307:11)
  at async runMain (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:445:7) 
[error] The requested module 'seroval' does not provide an export named 'createPlugin'
 ELIFECYCLE  Command failed with exit code 1.
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

No branches or pull requests

1 participant