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
Running cargo publish -p martin --dry-run generates this error, which means I cannot publish v0.15 martin. The other two packages have been published ok.
led to run custom build command for `martin v0.15.0 (/home/nyurik/dev/rust/martin/target/package/martin-0.15.0)`
Caused by:
process didn't exit successfully: `.../martin/target/package/martin-0.15.0/target/debug/build/martin-c5f8c0cc6225768e/build-script-build` (exit status: 1)
--- stderr
Cannot execute npm install: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
warning: build failed, waiting for other jobs to finish...
error: failed to verify package tarball
I tried solving this in #1668 - and the package dry run seem to be kinda working, but now npm build complains about other things, plus it now writes files to dir outside of the ./target which confuses cargo packager :(
Running
cargo publish -p martin --dry-run
generates this error, which means I cannot publish v0.15 martin. The other two packages have been published ok.cc: @CommanderStorm @sharkAndshark
The text was updated successfully, but these errors were encountered: