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
Tries to install the package using "npm install (blank)", which it should have the package name.
Incorrect: -rw-r--r-- 1 ezavada staff 1938416 Jul 10 23:09 /Users/ezavada/pdg/build/node-pdg/pdg-0.9.4.tgz cd /Users/ezavada/pdg; /Users/ezavada/pdg/tools/npm install
Correct: -rw-r--r-- 1 ezavada staff 1938416 Jul 10 23:10 /Users/ezavada/pdg/build/node-pdg/pdg-0.9.4.tgz cd /Users/ezavada/pdg; /Users/ezavada/pdg/tools/npm install /Users/ezavada/pdg/build/node-pdg/pdg-0.9.4.tgz
At very least we need to detect the error condition and tell them to try again.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tries to install the package using "npm install (blank)", which it should have the package name.
Incorrect:
-rw-r--r-- 1 ezavada staff 1938416 Jul 10 23:09 /Users/ezavada/pdg/build/node-pdg/pdg-0.9.4.tgz
cd /Users/ezavada/pdg; /Users/ezavada/pdg/tools/npm install
Correct:
-rw-r--r-- 1 ezavada staff 1938416 Jul 10 23:10 /Users/ezavada/pdg/build/node-pdg/pdg-0.9.4.tgz
cd /Users/ezavada/pdg; /Users/ezavada/pdg/tools/npm install /Users/ezavada/pdg/build/node-pdg/pdg-0.9.4.tgz
At very least we need to detect the error condition and tell them to try again.
The text was updated successfully, but these errors were encountered: