-
Notifications
You must be signed in to change notification settings - Fork 87
Can't run devDbUp, missing script #569
Comments
Hey @antmikinka , can you run |
Hi @antmikinka , it just created the
You can do either, but it looks like the UNIX-style |
Thanks for including the screenshots! That makes debugging way easier.
Hey @antmikinka , I fully switched over to Macbooks so I haven't used Windows 10 in a bit. I got tired of fighting the OS when I had a programming project 😄 From Googling around it looks like your problem might be the Windows PATH interfering with the WSL PATH. They discuss how to fix that on this StackOverflow. If you haven't already, you might also want to walk through the official Microsoft guide for setting up Node.js development on WSL. Let me know if either of those resources help you fix your problem. If not, I'm happy to look into more potential solutions. |
Hey @antmikinka , were you able to figure this out? |
Expected Behavior
Install Docker and clone repository
Install gitBash, Node.js
run devDbUp
Start working
Actual Behavior
Installed Docker, Node.js, and Git Bash.
Try npm run devDbUp
Says missing "script"
Context
This issue has pervented me from starting to worrk and develop.
I had as my first issue not having my SSH keys connected to github I fixed that then I had to create a package.json file in my users. After I did that my new issue was that I could not run "npm run devDbUp" or "npm run devEnvUp".
Steps to Reproduce
Environment
Screenshots
The text was updated successfully, but these errors were encountered: