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

Request to Edit Installation Procedure #162

Open
28kayak opened this issue Jun 5, 2022 · 1 comment
Open

Request to Edit Installation Procedure #162

28kayak opened this issue Jun 5, 2022 · 1 comment
Assignees

Comments

@28kayak
Copy link
Collaborator

28kayak commented Jun 5, 2022

When running the following command, I faced to failure of 3 tests below:

command

./build.sh test:inheritance/yaml

error

3 test(s) FAILED (total=131; passed=0; run=3; skipped=128) 
/home/vagrant/jq-front/tests/inheritance/yaml/nodelevel/test.json 
/home/vagrant/jq-front/tests/inheritance/yaml/simple-2/test.json 
/home/vagrant/jq-front/tests/inheritance/yaml/simple/test.json 
FAILED:test 

Can you elaborate more how I should have installed?

@dakusui
Copy link
Owner

dakusui commented Jul 23, 2022

How you can set up development environment can be found in Dockerfile

Talking about your case, you first need to install npm and then install yamljs using it.
For instance, if you are using Ubuntu 18.04, it will be:

sudo apt-get install npm -y
npm install yamljs

dakusui added a commit that referenced this issue Jul 23, 2022
…tionForSettingUpDevelopmentEnvironment

Issue-#162: Update the procedure to set up development environment.
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