Skip to content
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

npm run watch launches Magic Translator three times on Linux #168

Open
milleniumbug opened this issue Sep 4, 2024 · 0 comments
Open

npm run watch launches Magic Translator three times on Linux #168

milleniumbug opened this issue Sep 4, 2024 · 0 comments

Comments

@milleniumbug
Copy link
Collaborator

milleniumbug commented Sep 4, 2024

commit edc7bbe
console logs

➜  ~ cd ~/dokumenty/PROJEKTY/NotMine/MagicTranslator && npm run watch

> watch
> npx ts-node tasks/utility/TaskRunner.ts clean build watch

01:51:45 Starting clean...
01:51:45 Finished clean in 7 ms
01:51:45 Starting build...
01:51:45 Finished build in 57 μs
01:51:45 Starting clean...
01:51:45 Finished clean in 2 ms
01:51:45 Starting install...

up to date, audited 31 packages in 352ms

8 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
01:51:45 Finished install in 526 ms
01:51:45 Starting sass...
01:51:45 Starting static...
01:51:45 Finished static in 15 ms
01:51:46 Finished sass in 264 ms
01:51:46 Starting ts...
01:51:46 Finished ts in 139 μs
01:51:48 Starting watch...
01:51:48 Finished watch in 125 μs
01:51:48 Starting clean...
01:51:48 Finished clean in 3 ms
01:51:48 Starting ts...
01:51:48 Finished ts in 6 μs
01:51:50 Starting sass...
01:51:50 Finished sass in 242 ms
01:51:50 Starting static...
01:51:50 Finished static in 11 ms
01:51:50 Starting link node modules...
01:51:50 Finished link node modules in 273 μs
01:51:50 Starting Electron.start(out)...
01:51:50 Finished Electron.start(out) in 4 ms
01:51:50 Starting watch...
01:51:50 Starting ts (watch)...
01:51:50 Finished ts (watch) in 80 μs
01:51:50 Starting compilation in watch mode...
01:51:50 Starting compilation in watch mode...
01:51:50 Found 0 errors after 405 ms
01:51:51 Found 0 errors after 519 ms

bonus info

$ npm --version
9.2.0
$ node --version
v18.19.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant