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
Describe the bug After installing the node and running npm start, I get an error, saying that module './build/Release/diskusage.node' can't be found.
npm start
To Reproduce Steps to reproduce the behavior:
Expected behavior Node should start without error messages
Screenshots
Info:
Additional context The machine is a 1GB RAM VPS
The text was updated successfully, but these errors were encountered:
npm start --prefix app/path/ or try npm install -g ( will install it globally )
Sorry, something went wrong.
No branches or pull requests
Describe the bug
After installing the node and running
npm start
, I get an error, saying that module './build/Release/diskusage.node' can't be found.To Reproduce
Steps to reproduce the behavior:
for Ubuntu 18.04 LTS
npm start
in /noia-node-cli/Expected behavior
Node should start without error messages
Screenshots
Info:
Additional context
The machine is a 1GB RAM VPS
The text was updated successfully, but these errors were encountered: