Open
Description
Version
5.0.8
Reproduction link
Environment info
Ubuntu 24.04 LTS
vue --version
@vue/cli 5.0.8
npm list vue
hello-world@0.1.0 /home/su/karm/hello-world
├─┬ @vue/cli-plugin-babel@5.0.8
│ └─┬ @vue/babel-preset-app@5.0.8
│ ├─┬ @vue/babel-preset-jsx@1.4.0
│ │ └── vue@3.5.13 deduped
│ └── vue@3.5.13 deduped
└─┬ vue@3.5.13
└─┬ @vue/server-renderer@3.5.13
└── vue@3.5.13 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
Metadata
Metadata
Assignees
Labels
No labels