Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
524 views
in Technique[技术] by (71.8m points)

npm strting issue on my visual studio code?

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! [email protected] sequelize: `sequelize $* "db:migrate"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] 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! [email protected] prestart: `npm run sequelize db:migrate && nodemon`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] 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

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...