Rust Command Pitfall - npm
when you code, meet this error
1 | error: failed to run custom build command for `` |
The reason is explained clearly by this blog: https://stackoverflow.com/questions/78242352/why-i-get-program-not-found-error-on-running-npm-v-command-with-rust-command
to solve it, write this function bellow
1 | pub fn npm() -> Command { |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 边缘坐标のWasteland!
评论