Node/Nuxt.js: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
</syntaxhighlight>
</syntaxhighlight>


Cannot access WSL Ubuntu
 
= Trouble Shooting =
 
== Slow in WSL ==
 
<syntaxhighlight lang="powershell">
 
</syntaxhighlight>
 
== Cannot access WSL Ubuntu ==


<syntaxhighlight lang="powershell">
<syntaxhighlight lang="powershell">
New-NetFirewallRule -DisplayName "Nuxt WSL Port 3000" -Direction Inbound -LocalPort 3000 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Nuxt WSL Port 3000" -Direction Inbound -LocalPort 3000 -Protocol TCP -Action Allow
</syntaxhighlight>
</syntaxhighlight>

Revision as of 06:14, 9 September 2026

npm create nuxt@latest test-nuxt
cd test-nuxt
pnpm approve-builds
pnpm dev


Trouble Shooting

Slow in WSL

Cannot access WSL Ubuntu

New-NetFirewallRule -DisplayName "Nuxt WSL Port 3000" -Direction Inbound -LocalPort 3000 -Protocol TCP -Action Allow