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

Wrong path to 'Error' in lib/Command/User/Utils.js #56

Closed
monkybrain opened this issue Jan 28, 2016 · 2 comments
Closed

Wrong path to 'Error' in lib/Command/User/Utils.js #56

monkybrain opened this issue Jan 28, 2016 · 2 comments

Comments

@monkybrain
Copy link

When trying to create a new user I got an error message saying " Cannot find module '../Error' " so had to manually change the path in lib/Command/User/Utils.js from

let Error = require('../Error')

to

let Error = require('../../Error')

@monkybrain monkybrain changed the title Wrong path to 'Error' in lib/Command/Utils.js Wrong path to 'Error' in lib/Command/User/Utils.js Jan 28, 2016
sqmk added a commit that referenced this issue Jan 28, 2016
sqmk added a commit that referenced this issue Jan 28, 2016
@sqmk
Copy link
Owner

sqmk commented Jan 28, 2016

How embarrassing.

I've corrected the issue and published the change in v1.0.2. You should be able to pull the latest update via NPM.

Thanks @monkybrain.

@sqmk sqmk closed this as completed Jan 28, 2016
@monkybrain
Copy link
Author

Great, thanks!

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