[GH-ISSUE #3] Build Script Fails #1

Closed
opened 2026-02-27 08:14:31 +03:00 by kerem · 2 comments
Owner

Originally created by @anomalyze on GitHub (Jun 19, 2021).
Original GitHub issue: https://github.com/lldap/lldap/issues/3

Expected Behavior

Build script completes without errors.

Actual Behavior

Build fails. I suspect this is because i do not have npm in my path or something.

$ ./app/build.sh 
[INFO]: Checking for the Wasm target...
[INFO]: Compiling to Wasm...
    Finished release [optimized] target(s) in 0.05s
:-) [WARN]: origin crate has no README
[INFO]: Installing wasm-bindgen...
[INFO]: Optimizing wasm binaries with `wasm-opt`...
[INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended
[INFO]: :-) Done in 9.53s
[INFO]: :-) Your wasm pkg is ready to publish at /home/jermz/projects/lldap-original/app/pkg.
./app/build.sh: 5: rollup: not found

Steps to Reproduce the Problem

  1. Start up a new linux VM
  2. Clone Repo
  3. cd into directory
  4. Install Rust
  5. Follow instructions on README.md

Specifications

  • Version: N/A
  • Platform: Linux ##(amd64)
  • Subsystem: Debian Sid
Originally created by @anomalyze on GitHub (Jun 19, 2021). Original GitHub issue: https://github.com/lldap/lldap/issues/3 ## Expected Behavior Build script completes without errors. ## Actual Behavior Build fails. I suspect this is because i do not have npm in my path or something. ``` $ ./app/build.sh [INFO]: Checking for the Wasm target... [INFO]: Compiling to Wasm... Finished release [optimized] target(s) in 0.05s :-) [WARN]: origin crate has no README [INFO]: Installing wasm-bindgen... [INFO]: Optimizing wasm binaries with `wasm-opt`... [INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended [INFO]: :-) Done in 9.53s [INFO]: :-) Your wasm pkg is ready to publish at /home/jermz/projects/lldap-original/app/pkg. ./app/build.sh: 5: rollup: not found ``` ## Steps to Reproduce the Problem 1. Start up a new linux VM 2. Clone Repo 3. cd into directory 4. Install Rust 5. Follow instructions on README.md ## Specifications - Version: N/A - Platform: Linux ##(amd64) - Subsystem: Debian Sid
kerem 2026-02-27 08:14:31 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@nitnelave commented on GitHub (Jun 20, 2021):

Hey! The README contains a part about contributing, and more specifically about setup and dependencies: https://github.com/nitnelave/lldap#setup. Would you say that's enough?

<!-- gh-comment-id:864557288 --> @nitnelave commented on GitHub (Jun 20, 2021): Hey! The README contains a part about contributing, and more specifically about setup and dependencies: https://github.com/nitnelave/lldap#setup. Would you say that's enough?
Author
Owner

@nitnelave commented on GitHub (Jun 23, 2021):

Fixed by github.com/nitnelave/lldap@0d8e317490

<!-- gh-comment-id:866628645 --> @nitnelave commented on GitHub (Jun 23, 2021): Fixed by https://github.com/nitnelave/lldap/commit/0d8e3174905a78759e373f643cfb017091d3aff0
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#1
No description provided.