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
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/install/index.mdx
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ notSupported:
28
28
- javascript.cloudflare
29
29
- javascript.react-router
30
30
- javascript.tanstackstart-react
31
-
- javascript.nestjs
32
31
---
33
32
34
33
<PageGrid />
@@ -42,13 +41,6 @@ CommonJS uses `require()` to load modules. Our recommended installation method w
42
41
43
42
Note that even if your application is written in ESM (using `import`), it may still be _run_ in CJS. In this case, you should follow the [CommonJS instructions](./commonjs).
Nest.js transpiles to CJS by default, so you should follow the [CommonJS installation instructions](./commonjs). Keep reading if you have a more customized application or build setup.
49
-
50
-
</PlatformSection>
51
-
52
44
### My application is in TypeScript
53
45
54
46
If you're using TypeScript, your application is likely compiled to CommonJS before running it. In this case, you should follow the [CommonJS instructions](./commonjs).
0 commit comments