Closed hbdoy closed 4 years ago
It will show 'node_modules' is not an internal or external command, an executable program, or a batch file.
The solution is replace / to \
/
\
Or you could put it in double quotes.
If anyone stumbles into this again, you can just use npx sequelize instead of node_modules/.bin/sequelize. Read more about npx. It comes with Node by default in the most recent versions.
npx sequelize
node_modules/.bin/sequelize
It will show 'node_modules' is not an internal or external command, an executable program, or a batch file.
The solution is replace
/
to\