-
Notifications
You must be signed in to change notification settings - Fork 113
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
Be more flexible on path value: must be absolute if not Windows Store target #105
Comments
Running in to the same issue, any update on this? |
This issue is still occurring, any update? |
Hello! I hope you find it useful :) |
I guess @Teamwork members don't look at here anymore 😢 |
Please merge the fix :) |
The next version bump will include support for Windows AppX, the code has been merged and reworked. |
Thanks to @miguelx97 for the PR. I based the feature on your code with some tweaks. This should be available from 5.1.0. |
Please, use 5.1.0 for this feature. |
@Oxalin npm installs 5.0.6 , will you please update? https://www.npmjs.com/package/auto-launch |
Once the source code is updated, I have no clue on how to update the
information on npmjs. If someone can point me in the right direction, it
will be a pleasure to update it.
I also have a new major version on my boiling plate which will get rid of
CoffeeScript, have better code coverage and add new functionalities. I'm
almost ready to merge it and it could be added as a beta version on npmjs
for test purposes in the same way.
…On Sat, Feb 10, 2024 at 2:00 PM Jan Hovancik ***@***.***> wrote:
@Oxalin <https://github.com/Oxalin> npm installs 5.0.6 , will you please
update? https://www.npmjs.com/package/auto-launch
—
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKBM4NULBHYEE6F54GLETYS67WXAVCNFSM4V4ESJXKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJTG4YDSNRUHAYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This may answer your request, I'll have a look this weekend:
https://docs.npmjs.com/updating-your-published-package-version-number
On Fri, Feb 23, 2024 at 1:46 PM Alexandre Demers <
***@***.***> wrote:
… Once the source code is updated, I have no clue on how to update the
information on npmjs. If someone can point me in the right direction, it
will be a pleasure to update it.
I also have a new major version on my boiling plate which will get rid of
CoffeeScript, have better code coverage and add new functionalities. I'm
almost ready to merge it and it could be added as a beta version on npmjs
for test purposes in the same way.
On Sat, Feb 10, 2024 at 2:00 PM Jan Hovancik ***@***.***>
wrote:
> @Oxalin <https://github.com/Oxalin> npm installs 5.0.6 , will you please
> update? https://www.npmjs.com/package/auto-launch
>
> —
> Reply to this email directly, view it on GitHub
> <#105 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AACKBM4NULBHYEE6F54GLETYS67WXAVCNFSM4V4ESJXKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJTG4YDSNRUHAYA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
@4ver @adam-lynch Any possibility for one of you to add either add me under npmjs for the project or to launch a "npm publish" on your side? |
@Oxalin I am trying to install from github with
|
I'll add a ghaction to build and publish to npm today 👍
There's no dist directory pushed to github so installing the package from gh won't work. |
I'll fix it. I didn't know that was a prerequiste. |
It's not a prerequisite/we don't want to push the js 👌 |
Also fyi, i released version 6.0.0-rc1 with the changes from master https://github.com/Teamwork/node-auto-launch/releases/tag/6.0.0-rc1 |
Thank you! I'm short on time right now and I haven't had the time to deal my own not-committed changes. |
node -v
): v12.18.3We are trying out a test to see how this works for Windows Store but we're getting an error:
path must be absolute
We followed the instructions in the docs. Any help would be appreciated!
The text was updated successfully, but these errors were encountered: