Version
5.0.8
Reproduction link
cli.vuejs.org
Environment info
Ubuntu 24.04 LTS
vue --version
@vue/cli 5.0.8
npm list vue
[email protected] /home/su/karm/hello-world
├─┬ @vue/[email protected]
│ └─┬ @vue/[email protected]
│ ├─┬ @vue/[email protected]
│ │ └── [email protected] deduped
│ └── [email protected] deduped
└─┬ [email protected]
└─┬ @vue/[email protected]
└── [email protected] deduped
node --version
v20.18.0
Steps to reproduce
the first command npm run build to run the vue.js app and it fails .
How this bug still exist why one one is resolving it its failing for the first hello world program
What is expected?
app should run fine
vue create hello-world
then run
npm run build
it gives this error.
<title><%= htmlWebpackPlugin.options.title %></title>
We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.
What is actually happening?
We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue
this basic hello world if you cant run its just a bad impression for the new users and he will move out.please fix this