-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lesson 1: Error: Cannot find module '.../dist/index.js' #5
Comments
Hello! What I did was:
To connect to db, make sure you follow these instructions: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#install-mongodb-community-edition-on-macos if you're on Mac. I don't know if is the correct way of doing it but it worked for me. |
The dist folder is generated by running the |
Hey @Vince2301 , You just need to run |
Edit nest-cli.json
|
In lesson 1, I get this error
There is indeed no dist folder and the package.json got this line :
"start": "node dist/index.js"
so why is it not throwing an error for you ?
The text was updated successfully, but these errors were encountered: