We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File: lib/dscrape.js
Relative file names for libraries for "require" only works when executing from /dscrape/bin
example error:
"Error: ENOENT, no such file or directory './lib/jquery.js'"
The text was updated successfully, but these errors were encountered:
Fix for ISSUE cts#1: Updated dscrape.js: requires for jquery and cts …
f74b6c1
…now use absolute path. Uses the directory of dscrape.js as the lib directory
No branches or pull requests
File: lib/dscrape.js
Relative file names for libraries for "require" only works when executing from /dscrape/bin
example error:
"Error: ENOENT, no such file or directory './lib/jquery.js'"
The text was updated successfully, but these errors were encountered: