Vuejs mutiplo modulos

Asked

Viewed 23 times

0

Good afternoon, you guys. I have a small problem executing the command "npm run serves" in my powershell appears the following problem to solve:

There are Multiple modules with Names that only differ in Casing. This can lead to Unexpected behavior when compiling on a filesystem with other case-semantic.

I tried to solve this problem by entering the file where the problem is and differentiated the minuscule maisculo, but nothing.

NOTE: this only happens in powershell, when running in CMD the application runs normally without presenting anything.

  • The error definition seems to explain everything.. you have module with equal names that differ only by marry of the letters.. ie, you have a module exemplo_1 and another module Exemplo_1, is not something you want to have in your project. That’s why the warning you’re getting.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.