-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
./src/main.ts in multi ./src/main.ts
issue while compiling application
#4993
Comments
@sodatea , any suggestion on this.....? |
I’m sorry I’m on vacation (without a laptop) so I can’t take a closer look in your issue at the moment. Happy holidays BTW 🙂 |
Haha okay bro.....Thanks foryou reply.. Happy Christmas 👍 |
Seems you don't need typescript for this particular project. So, solutions:
so that other peer dependencies of the plugin can be correctly installed. |
@sodatea , Facing same issue again after tried your suggestion.so i have created new sample sample - https://github.com/kumaresan-subramani/check-sample clone this sample and give once
|
@sodatea can you pleae update on this bro...i am not able to go forward withut solving this bro? |
Seems I missed the typescript syntax in the previous sample project. |
i have tried that too bro ad facing below issue:
sample - https://github.com/kumaresan-subramani/check-sample |
But this sample project does not have the |
Got it. That's not the same error. |
yes, mistaken i have shared old sample package.json
|
@sodatea , help me to get this done bro..... |
Previously there are parsing errors caused by incorrect configurations. Now, these are just lint errors.
at the beginning of the |
Bro i have already resolved that lint error bro , below is my error
|
Replace |
|
suggestion works fin bro......... But it is working fine in here bro with same code- https://github.com/kumaresan-subramani/ej2-vue-samples/blob/master/src/grid/advance-export.vue#L57 I am facing issue only this sample - https://github.com/kumaresan-subramani/check-sample/blob/master/src/App.vue#L57 |
I don't understand either… My guess is that it might be a bug in https://github.com/typescript-eslint/typescript-eslint |
ohh okay ....thanks bro |
@sodatea , i have created vue sample with routing when i navigateone pageto another it adds
Here i dont want in angular, we can use |
Got it form here - https://forum.vuejs.org/t/vue-2-0-how-to-remove-in-url/748/3 |
Version
4.1.0
Reproduction link
https://github.com/kumaresan-subramani/ej2-vue-opennew-teamplate/blob/master/package.json
Environment info
Steps to reproduce
sample.zip
npm i
npm run build
you will see my error
What is expected?
build get succeed
What is actually happening?
build get failed
The text was updated successfully, but these errors were encountered: