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
Actually, after further testing, I discovered that npm run test --watch also doesn't update on file change. Maybe there is some problem with file change watching... however regular HMR with npm run dev works.
For context: I'm using Ubuntu VPS for development and connect through cursor over SSH, however I don't think this should affect anything.
Edit 2:
Same issue when installed I run it locally on Windows 11.
Edit 3:
Maybe related issue: running Japa test (suing VSCode extensions) with Ctrl + Alt + T works only once, on second attempt it hangs indefinitely unless I close terminal tab inside vscode.
The command as follows:
cd<project path>&& npm run test -- --files "tests/functional/project_creation.spec.ts" --tests "create a new project with valid data"
Although it looks like it's a separate issue, so maybe I should open a separate ticket?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm using Fluent localization files with my project and want
npm run dev
command to automatically reload when I change the files.I've found that it is possible with
metaFiles
inadonisrc.ts
: https://docs.adonisjs.com/guides/concepts/adonisrc-file#metafilesHowever, I'm unable to get it to work.
Here is how I define it:
and here is how my folder structure looks like:
Edit 1:
Actually, after further testing, I discovered that
npm run test --watch
also doesn't update on file change. Maybe there is some problem with file change watching... however regular HMR withnpm run dev
works.For context: I'm using Ubuntu VPS for development and connect through cursor over SSH, however I don't think this should affect anything.
Edit 2:
Same issue when installed I run it locally on Windows 11.
Edit 3:
Maybe related issue: running Japa test (suing VSCode extensions) with Ctrl + Alt + T works only once, on second attempt it hangs indefinitely unless I close terminal tab inside vscode.
The command as follows:
Although it looks like it's a separate issue, so maybe I should open a separate ticket?
Any ideas how to get this working? Cheers!
Beta Was this translation helpful? Give feedback.
All reactions