Answer the question
In order to leave comments, you need to log in
What causes the Can not find module webpack-cli error?
Tell me what is causing the error in webpack 5
npm init
npm i -D webpack webpack-cli
module.exports = {
entry: 'js/js.js',
outout: {
filename: 'bundel.js',
path: 'js'
}
}
webpack
and give an errorCan not find module webpack-cli
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question