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

Development documentation #231

Open
dhertzb opened this issue Jan 14, 2021 · 6 comments
Open

Development documentation #231

dhertzb opened this issue Jan 14, 2021 · 6 comments

Comments

@dhertzb
Copy link

dhertzb commented Jan 14, 2021

There is a guide for develop ncform features/ pull requests?

@ymarcon
Copy link

ymarcon commented Jan 28, 2021

Especially is their a guide to develop own widgets, in replacement of the default elementui ones?

@daniel-dx
Copy link
Collaborator

Especially is their a guide to develop own widgets, in replacement of the default elementui ones?

https://github.com/ncform/ncform/blob/master/EXT-DOC.md

@dhertzb
Copy link
Author

dhertzb commented Feb 27, 2021

Steps I follow to trying to prepare the dependecies and build ncform packages:

  1. Clone de ncform multipackage repo
  2. npm run build in the root ( as it instructed in ncform/ncform)
  • It fail
  1. npm install to install main repo dependecies ( as lerna and run other scripts)
  2. try to run npm run bootstrap to install dependencies in all children repos
  3. run npm run build again
  • fail again

@daniel-dx
Copy link
Collaborator

daniel-dx commented Mar 1, 2021

Give some failure messages?

@dhertzb
Copy link
Author

dhertzb commented Mar 2, 2021

Give some failure messages?

Yes, as it is instructed in the ncform/ncform I just run the "npm run build" in the root and it give me this:

> build
> lerna run build

sh: 1: lerna: not found

Ok, the dependencies arent installed so I run "npm install" and then "npm run build" again:

> build
> lerna run build

lerna notice cli v3.19.0
lerna info Executing command in 4 packages: "npm run build"
lerna ERR! npm run build exited 127 in '@ncform/ncform-common'
lerna ERR! npm run build stdout:

> @ncform/ncform-common@1.7.8 build
> gulp build


lerna ERR! npm run build stderr:
sh: 1: gulp: not found
npm ERR! code 127
npm ERR! path /home/clientar/Área de Trabalho/ncform/packages/ncform-common
npm ERR! command failed
npm ERR! command sh -c gulp build

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/clientar/.npm/_logs/2021-03-02T19_40_29_192Z-debug.log

lerna ERR! npm run build exited 127 in '@ncform/ncform-common'
npm ERR! code 127
npm ERR! path /home/clientar/Área de Trabalho/ncform
npm ERR! command failed
npm ERR! command sh -c lerna run build

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/clientar/.npm/_logs/2021-03-02T19_40_29_274Z-debug.log

@daniel-dx
Copy link
Collaborator

daniel-dx commented Mar 27, 2021

There is a guide for develop ncform features/ pull requests?

https://github.com/ncform/ncform/blob/master/contributing.md

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

3 participants