Nacho Codoñer
0be28ffc43
remove logs
2024-10-02 16:37:21 +02:00
Nacho Codoñer
c5fb22bb9d
fix CI tests by only applying the shell option in windows and when running proper bat/cmd scripts
2024-10-02 16:35:20 +02:00
Nacho Codoñer
fb5d8040ec
debug cmds
2024-09-30 17:42:59 +02:00
Nacho Codoñer
d037a12434
Revert "only apply on npm cmd"
...
This reverts commit 5be602bb7f .
2024-09-30 17:42:21 +02:00
Nacho Codoñer
5be602bb7f
only apply on npm cmd
2024-09-30 17:11:34 +02:00
Nacho Codoñer
0c5a7301fb
apply shell only on windows
2024-09-30 16:01:02 +02:00
Nacho Codoñer
0ab274aa3f
fix meteor subcommands like npm requiring shell:true on spawn the process
2024-09-30 15:53:34 +02:00
Leonardo Venturini
6804b236b2
Fix Node.js version issue ( #13199 )
...
* commit logs
* use the correct tools dir when using meteor warehouse dir env var
* remove logs
* remove logs
* run bin commands after springboarding
* revert change
* revert change
* fix npm command for checkout
* avoid to use unexisting tools path within a sandbox that describe a warehouse
---------
Co-authored-by: Nacho Codoñer <igcogi@gmail.com >
2024-07-11 08:37:16 -04:00
Denilson
aece11a87f
Revert "Revert "Refactoring/Remove unused imports from tools folder""
2022-07-13 08:37:42 -04:00
Denilson
f8114747cd
Revert "Refactoring/Remove unused imports from tools folder"
2022-07-13 08:33:07 -04:00
afrokick
094cb6b322
remove unused imports from tools
2022-07-06 19:27:53 +03:00
Ben Newman
c167309e7f
Support meteor <command> for any dev_bundle/bin/<command> executable.
...
This will make it easier to use tools like https://yarnpkg.com/ with the
right version of Node, etc.
With this commit, here's all you have to do:
meteor npm install -g yarnpkg
Then test that it works:
meteor yarn info
Note that any commands registered by Meteor itself will not be honored.
2016-10-21 11:12:55 -04:00
Ben Newman
39851fc6b0
Use known dev_bundle path for internal npm commands.
2016-07-17 21:26:53 -04:00
Ben Newman
f08ea70a47
Print stack traces from failed meteor {node,npm} commands.
2016-07-15 18:29:13 -04:00
Ben Newman
eadb6e65cc
Ensure only one Promise constructor is ever used by tools code.
2016-07-07 11:04:18 -04:00
Ben Newman
f812762353
Infer dev_bundle for meteor {npm,node} from .meteor/release.
...
Fixes #7338 .
Fixes #7297 .
2016-07-06 21:00:40 -04:00
Ben Newman
d060ae9a2d
Decompose a helper for cloning process.env for npm-related commands.
2016-05-16 18:21:09 -04:00
Ben Newman
2d2f21f7d5
Use env vars instead of $PATH to select python.exe and MSVS version.
2016-05-16 18:21:08 -04:00
Ben Newman
81756d9833
Make sure python.exe is in $PATH when running npm on Windows.
2016-05-16 18:21:08 -04:00
Ben Newman
8248d86fb2
Consolidate exit code logic for meteor npm and meteor node.
...
Follow-up to #6675 .
2016-04-01 12:08:55 -04:00
Ben Newman
392d050f2b
Make meteor node and meteor npm work on Windows.
...
Fixes #6531 .
2016-03-19 13:06:24 -04:00