EqualMa

Results 19 comments of EqualMa

@catofxue Hi. You can edit the name manually in the package.json.

@royduin Hi! It seems that there are some bugs with the simple format url. You can try out the formal api: `https://gitpkg.now.sh/api/pkg?url=royduin/reactivesearch/packages/vue&commit=patch-4&scripts.postinstall=yarn%20install%20--ignore-scripts%20%26%26%20yarn%20run%20build-es&scripts.build-es=nps%20build.es` Really sorry for leaving this issue unresolved for...

@ziogaschr Hi, I just tried the url and it worked. Could you please provide more information about the error, like the detailed response body or a screenshot?

@ziogaschr Can you `docker exec` into that container and run `curl` or `wget` to check out the detailed message?

@ziogaschr You can replace all `gitpkg.now.sh` to `gitpkg.vercel.app` and try again. (The yarn.lock would change)

@aolchik Yes, large repo might lead to long processing time. You can try to create a branch which removes unused large files in a new commit.

The custom scripts will be inserted into package.json. Thus the build script will be run on the client side (where you run non install). You can install the root folder...

I am sorry that I haven't tried out Yarn 2 yet, but have you tried ``` yarn add https://gitpkg.now.sh/EqualMa/gitpkg-hello/packages/hello.tgz ``` , with `.tgz` appending to the url?

Thanks a lot for your tests and contributions! I just found the formal api should work for yarn2 but it had been wrong documented, so I just made a commit...

@rafifos It seems that yarn requires the uri component to be encoded strictly, you can try `https://gitpkg.now.sh/api/pkg.tgz?url=housseindjirdeh%2Fnext.js%2Fpackages%2Feslint-config-next&commit=eslint`