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

verify option is ignored #1898

Closed
orboan opened this issue Oct 9, 2016 · 4 comments
Closed

verify option is ignored #1898

orboan opened this issue Oct 9, 2016 · 4 comments

Comments

@orboan
Copy link

orboan commented Oct 9, 2016

Hello,
is strange as when I type 'javascripting verify [whatever-valid]' from the correct directory, it immediately goes to the exercises menu, without checking anything, the same behavior as if I typed only 'javascripting' without any arguments. The same happens with learnyounode, the verify option does nothing, like it is ignored. On the other hand, git-it verify works perfectly well.

Can anyone help me to solve this issue?

Next, info about OS, and node and npm versions. Thanks.

[vagrant@localhost nodeschool]$ uname -a
Linux localhost.localdomain 3.10.0-327.36.1.el7.x86_64 #1 SMP Sun Sep 18 13:04:29 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[vagrant@localhost nodeschool]$
[vagrant@localhost nodeschool]$ node -v
v6.3.1
[vagrant@localhost nodeschool]$ npm -v
3.10.3
[vagrant@localhost nodeschool]$

@orboan
Copy link
Author

orboan commented Oct 11, 2016

Any clues? It's javascripting@2.6.0. I've reinstalled everything from the source code, now:

[vagrant@localhost ~]$ node -v
v6.7.0
[vagrant@localhost ~]$ npm -v
3.10.3

And when I install javasripting using 'npm install -g javascripting' I get the next warning (I do not know if it is related or not):
npm WARN deprecated workshopper-adventure@4.7.1: Accidental major release published as patch. Please use 5.0.0

So before installing javascripting I installed first workshopper-adventure, and the installed version of it is 5.0.3. Still, when installing javascripting I get that warning. Don't know if it's related with argument verify not working, but just in case I let you know.

Anyway, after reinstalling everything, 'verify' parameter is still ignored and the javascripting exercise menu is launched too, when running 'javascripting verify introduction.js', as if the javascripting script was run without any argument.

Please, help

@martinheidegger
Copy link
Contributor

Note: I have just installed the same version on a fresh centos and also wasn't able to reproduce that issue. are you sure that you don't have a typo?

@orboan
Copy link
Author

orboan commented Oct 12, 2016

Hello,
thanks for your answer.
Yes, it's not a typo.
What I will do, not right now but when I find some time to do it, is to upload this vagrant box to atlas (online vagrant repo), then you'll be able to download it and test what I'm saying. I'll let you know when the box is available online.
Thanks

@orboan
Copy link
Author

orboan commented Oct 12, 2016

Ok, here you have it:

vagrant init orboan/nodeschool-el7-test
vagrant up --provider virtualbox
vagrant ssh

username: vagrant
password: vagrant

@stale stale bot added the inactive label Sep 12, 2017
@stale stale bot closed this as completed Sep 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants