Node: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 27: Line 27:
flowchart LR
flowchart LR
   A(Install fnm)
   A(Install fnm)
   B(Install node)
   B(Install node<br>26.x)
   C1(Install pnpm)
   C(Install pnpm)
  D(Create Nuxt.js project)


   A --> B
   A --> B
   A --> C1
   B --> C
  C --> D
</quickmmd>
</quickmmd>



Latest revision as of 04:19, 9 September 2026