Irfandy J

Results 12 comments of Irfandy J

Hi @DraftProducts 👋 I'm new to open source and this repository, may I contribute to this issue? I'm willing to help to contribute to the documentation. But I need a...

Hi @hnrq, thanks for replying! I already did that. I do install `node` via `nvm` and am aware of the use of `.nvmrc` but I can't seem to do it....

Haha thanks thought, but I do notice that there's this line `[1] [15:40:15] No gulpfile found` I'm pretty sure it is what it meant. Maybe there's supposed to be a...

Here's a list of my `package.json` @hnrq ```json { "name": "@shopify/draggable", "version": "1.0.0-beta.13", "private": false, "license": "MIT", "description": "The JavaScript Drag & Drop library your grandparents warned you about.", "author":...

Oh it seems that it's the same issue as this one #225. That leads me to #259. I tried testing the my current repo, but failed at step 5 of...

Ah, I looked again. So it's Window's problem after all.. I tried changing the script, instead of using the `$npm_package_config_tools`, I replaced them with the real value and it worked!...

For people who used `volta`, it's ```sh export PATH=$PATH:/home/${{ secrets.SSH_USER_NAME }}/.volta/tools/image/node/18.16.0/bin ```

I used NodeJS 18.17.1, I've tried using the following setup and it worked. Add `type: module` to your `package.json` And for `tsconfig.json`, you should add the following ```ts { "module":...

Thanks for the offer! I'll gladly help, but I currently have my hands full right now. But maybe if we choose to use this library in the future, I might...

Maybe for others, from what I've looked, and basically, the problem is, that the package did not support CommonJS, which is the default module used by TypeScript settings. It could...