-
Notifications
You must be signed in to change notification settings - Fork 603
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
npm run sever is not working #45
Comments
This repository seems to be outdated. I had the same problem. The content of
|
When I google, this is the link that comes up. Doing this fixe the issue in my case. Replace the "server" in package.json with this: "server": "node ./node_modules/ts-node/dist/bin.js -P ./server.tsconfig.json ./server.ts" What we are doing is side-stepping usage of the bash file and directly pointing to the binary as mentioned here. |
C:\Users\home\3-services\3-services>npm run server
'.' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\home\3-services\3-services>
The text was updated successfully, but these errors were encountered: