-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I have a different entry configured in my vue.config.js
:
module.exports = {
configureWebpack: {
entry: './src/app.ts',
}
}
I get this error when running vue add bootstrap-vue
:
- Running completion hooks... ERROR Error: ENOENT: no such file or directory, open 'C:\Users\user\my-vue-app\src\main.js'
Error: ENOENT: no such file or directory, open 'C:\Users\user\my-vue-app\src\main.js'
at Object.openSync (fs.js:447:3)
at Object.readFileSync (fs.js:349:35)
at Object.updateMain (C:\Users\user\my-vue-app\node_modules\vue-cli-plugin-bootstrap-vue\generator\helpers.js:48:24)
at C:\Users\user\my-vue-app\node_modules\vue-cli-plugin-bootstrap-vue\generator\index.js:34:13
at runGenerator (C:\Users\user\AppData\Roaming\npm\node_modules\@vue\cli\lib\invoke.js:155:13)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
at async invoke (C:\Users\user\AppData\Roaming\npm\node_modules\@vue\cli\lib\invoke.js:117:3)
Metadata
Metadata
Assignees
Labels
No labels