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

webgme start shows no error when dependencies can't be satisfied #217

Closed
ksmyth opened this issue Nov 9, 2017 · 1 comment
Closed

webgme start shows no error when dependencies can't be satisfied #217

ksmyth opened this issue Nov 9, 2017 · 1 comment

Comments

@ksmyth
Copy link

ksmyth commented Nov 9, 2017

Environment:

webgme-cli version (webgme -v): v2.5.0

Operating system and kernel: (cat /etc/os-release, uname -r preferred) Windows 10

NodeJS version (node -v): v8.9.0

npm version (npm -v): 5.5.1

Description:

Steps to Reproduce:

Put a nonexistent dependency in package.json:

"dependencies": {
    "asdfffff": "=12345.0.1"

Results:

webgme start shows Installing dependencies... then exits with no other output. It should show that the dependencies can't be satisfied. e.g. npm install shows npm ERR! 404 Not Found: asdfffff@=12345.0.1

@brollb
Copy link
Contributor

brollb commented Nov 9, 2017

How's this?

deepinscreenshot_select-area_20171109161255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants