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
I have everything that's required based on the instructions in the getting started video. The only difficulty I faced was installing MongoDB which required a change to the following file to address the DNS issue.
/etc/resolv.conf
nameserver 8.8.8.8
nameserver 1.1.1.1
This is what I have install:
Python 3.10.11
Node v20.17.0
Mongo 2.3.4
I've validated that mongo is running
● mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; disabled; vendor preset:>
Active: active (running) since Tue 2024-12-10 12:28:20 MST; 12s ago
Docs: https://docs.mongodb.org/manual
Main PID: 446742 (mongod)
Memory: 206.4M
CGroup: /system.slice/mongod.service
└─446742 /usr/bin/mongod --config /etc/mongod.conf
When I attempt to Create New App the process just spins.
The text was updated successfully, but these errors were encountered:
Version
VisualStudio Code extension
Operating System
Windows 10
What happened?
I'm using WSL Ubuntu on Windows 10.
I have everything that's required based on the instructions in the getting started video. The only difficulty I faced was installing MongoDB which required a change to the following file to address the DNS issue.
/etc/resolv.conf
This is what I have install:
3.10.11
v20.17.0
2.3.4
I've validated that mongo is running
When I attempt to
Create New App
the process just spins.The text was updated successfully, but these errors were encountered: