#nest build not generating dist folder

9 messages · Page 1 of 1 (latest)

hushed viper
#

Hello all, I'm trying to build a dist for our server and npm run build is not producing a dist folder. There are also no errors. I've tried doing as much research as I can and everything says to turn off incremental in the tsconfig (which I've tried) and to delete any .tsbuildinfo files (which there are none). Any ideas?

split garnetBOT
#

Please run the command npx -y @nestjs/cli info and paste the output in a code block. This will help us determine if there is a version issue in your packages and which version of nest we are triaging.

timber glacier
#

never seen that before

hushed viper
#
npx -y @nestjs/cli info

 _   _             _      ___  _____  _____  _     _____
| \ | |           | |    |_  |/  ___|/  __ \| |   |_   _|
|  \| |  ___  ___ | |_     | |\ `--. | /  \/| |     | |
| . ` | / _ \/ __|| __|    | | `--. \| |    | |     | |
| |\  ||  __/\__ \| |_ /\__/ //\__/ /| \__/\| |_____| |_
\_| \_/ \___||___/ \__|\____/ \____/  \____/\_____/\___/


[System Information]
OS Version     : Linux 5.11
NodeJS Version : v20.10.0
NPM Version    : 10.2.3 

[Nest CLI]
Nest CLI Version : 10.1.17 

[Nest Platform Information]
platform-express version : 10.2.5
platform-fastify version : 10.2.5
schematics version       : 10.0.2
terminus version         : 10.0.1
swagger version          : 7.1.11
testing version          : 10.2.5
common version           : 10.2.5
config version           : 3.0.1
core version             : 10.2.5
cli version              : 10.1.17
#

Weird. if I open the folder in the File Explorer its there. It's just not showing up in VScode

timber glacier
#

oh, so it's not a bug on nest side, right

split garnetBOT
#

This post has been marked as resolved. :white_check_mark:
Please read through the conversation and resolution if you are having the same issue, and then re-open the post if you are still having trouble, providing as much extra information as possible.

timber glacier
#

check out the files.exclude config of your vscode

hushed viper
#

so bizzare