Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue #7471

Open
gocodersuresh opened this issue Jan 5, 2025 · 0 comments

Comments

@gocodersuresh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant