Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am trying to start npm in Visual Studio for running my project backend, but this error is shown. Can anybody please help me?

I am using xampp server and phpmyadmin database

Loaded configuration file "config/config.js".
Using environment "production".
== 20200729071127-alter-ticket-status-table: migrating =======
Alter Ticket Status Query

ERROR: ER_DUP_FIELDNAME: Duplicate column name 'task_validation'

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! tracker-api@1.0.0 sequelize: `sequelize $* "db:migrate"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the tracker-api@1.0.0 sequelize script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! tracker-api@1.0.0 prestart: `npm run sequelize db:migrate && nodemon`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the tracker-api@1.0.0 prestart script.
npm ERR! This is probably not a proble
question from:https://stackoverflow.com/questions/65600586/npm-strting-issue-on-my-visual-studio-code

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
561 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...