You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a minimal repository link (Read https://git.io/fNzHA for instructions).
Please use NPM for installing dependencies!
These may take more time to triage than the other options.
plugin-node-resolve
/plugin-commonjs
/rollup
itself^2.79.1
https://stackblitz.com/edit/sveltejs-kit-template-default-jysxco?file=src/hooks.server.js
Run
npm i && npm run build && node build/index.js
Expected Behavior
The build is created successfully and ran successfully.
Actual Behavior
The build is created successfully but does not run.
Additional Information
After the build, the order of some parts of the mongoose changes, which leads to errors at run.
Also see Automattic/mongoose#12335 (comment).
Most likely the problem is in one of the plugins or in rollup.
How the build is created: https://github.com/sveltejs/kit/blob/master/packages/adapter-node/index.js#L55-L68.
The text was updated successfully, but these errors were encountered: