apenab / react-dymo

Collections of react utilities to handle the Dymo LabelWriter web service
26 stars 10 forks source link

Enhance project #7

Open apenab opened 3 years ago

apenab commented 3 years ago

Roadmap to enhance project:

nicolasmeijer commented 3 years ago

I start using this package today great job. I miss a method to print the labels. Is there any ? Shall I help you build one ?

juancamilorivas commented 2 years ago

This one:

https://github.com/malencryption/dymotest

apenab commented 2 years ago

This one:

https://github.com/malencryption/dymotest

That package is broken

juancamilorivas commented 2 years ago

thanks, but I think it's better for me to use your repository, looks great, actually im using yarn 1.22.17 and node 16.13.2 but I don't know why when I try to run the example it shows me this error:


yarn run v1.22.17 warning ../../../../package.json: No license field $ node ../node_modules/react-scripts/bin/react-scripts.js start node:internal/modules/cjs/loader:936 throw err; ^

Error: Cannot find module '/Users/juancamilorivasmolina/Desktop/proyectos/react-dymo/node_modules/react-scripts/bin/react-scripts.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } error Command failed with exit code 1.

apenab commented 2 years ago

thanks, but I think it's better for me to use your repository, looks great, actually im using yarn 1.22.17 and node 16.13.2 but I don't know why when I try to run the example it shows me this error:

yarn run v1.22.17 warning ../../../../package.json: No license field $ node ../node_modules/react-scripts/bin/react-scripts.js start node:internal/modules/cjs/loader:936 throw err; ^

Error: Cannot find module '/Users/juancamilorivasmolina/Desktop/proyectos/react-dymo/node_modules/react-scripts/bin/react-scripts.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } error Command failed with exit code 1.

Hello, I'll check ASAP, I'm really busy with my work.

apenab commented 2 years ago

@juancamilorivas are you still having that bug? I tried and all works well

juancamilorivas commented 2 years ago

@apenab Sorry man, i think it should be my inexperience, I'll get back to it soon, thanks for help, I really appreciate it!