brooklynDev / typescript-react-crud-sample

TypeScript React Crud Sample
8 stars 10 forks source link

Unable to npm run #1

Open PernilleMatthews opened 4 years ago

PernilleMatthews commented 4 years ago

Unable to run - I get this error? Any clue whats up? I've followed your instructions, and checked the paths but can't seem to solve the issue.

C:\Users\perni\Projects\typescript-react-crud-sample>npm start

> typescript-react-knex@1.0.0 start C:\Users\perni\Projects\typescript-react-crud-sample
> nodemon --exec './node_modules/.bin/ts-node -P ./backend app.ts'

[nodemon] 1.19.4
[nodemon] to restart at any time, enter `rs`
[nodemon] watching dir(s): *.*
[nodemon] watching extensions: js,ts
[nodemon] starting `'./node_modules/.bin/ts-node app.ts'`
The system cannot find the path specified.`
fmranger commented 4 years ago

I have the same problem.

Have anybody a solution?

haikali3 commented 7 months ago

outdated repo