Tone.js
Tone.js copied to clipboard
generate_docs.cjs is missing
Describe the bug
Attempting to run npm run docs in the Tone.js repository results in an error:
Error: Cannot find module '/root/Tone.js/scripts/generate_docs.cjs'
To Reproduce
- Clone the Tone.js repository.
- Navigate to the project directory.
- Run npm install to install dependencies.
- Run npm run docs.
Expected behavior The npm run docs command should execute the generate_docs.cjs script to generate the project's documentation.
What I've tried
- Verified that the generate_docs.cjs file is indeed missing from the scripts directory.
- Checked the repository's branches and commit history to see if the script was removed or relocated.
- Searched for any documentation or issues referencing the generate_docs.cjs script.
good catch, i think that this npm script is no longer used, probably can be removed.
The docs build script actually only calls npm run build:json