You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to be executed in the OS shell/terminal. Both the command rm invoked and the way the arguments are passed with -- are OS specific, where Windows uses del for rm and / for -.
Tasks:
Find an approach to treat all users regardless of OS as the same
Update the readme to remove the Windows user specific steps
The file apps/sdk-node-integration/package.json defines in the scripts.build the linux/unit specific command
rm -rf ./dist && tsup src/index.ts --format cjs,esm --dts
to be executed in the OS shell/terminal. Both the command rm invoked and the way the arguments are passed with -- are OS specific, where Windows uses del for rm and / for -.
Tasks:
Links:
The text was updated successfully, but these errors were encountered: