-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Missing "semver" in package.json #1676
Comments
Isn't it included in Node.js? The CI is passing so it apparently is. |
As far as I can see the CI just installs all dependencies, including devDependencies so it won't fail. But using vike when installing deps with |
Indeed, let me fix that. |
Fix released in |
(Btw. in case your company is up for it: sponsoring makes a massive difference. Also happy to meet folks IRL in Germany.) |
Description
In release 0.4.173 there is no "semver" dependency in the package.json but the package is imported in
vike/node/plugin/plugins/importUserCode/v1-design/assertExtensions.ts
.As "semver" is a dependency of
@brillout/release-me
(which is a devDependency), building the application with--prod
will fail.The text was updated successfully, but these errors were encountered: