Skip to content
New issue

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

After removing build, first run of make node-pdg fails #2

Open
ezavada opened this issue Jul 12, 2014 · 0 comments
Open

After removing build, first run of make node-pdg fails #2

ezavada opened this issue Jul 12, 2014 · 0 comments
Labels
Milestone

Comments

@ezavada
Copy link
Owner

ezavada commented Jul 12, 2014

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.

@ezavada ezavada added this to the 0.9.5 Release milestone Jul 12, 2014
@ezavada ezavada added the bug label Jul 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant