ktquez / vue-extend-layout

Default layout or create custom layouts for the pages of your Vue.js SPA (Multiple layouts)
https://vue-layouts2.surge.sh/
MIT License
131 stars 16 forks source link

What's the problem? #9

Closed i-ked-ii closed 6 years ago

i-ked-ii commented 6 years ago

I setup from READ.ME until main.js

In your src/main.js

It's error. screen shot 2561-06-01 at 08 54 55

but I already install package..

screen shot 2561-06-01 at 08 54 42

How can I fix ?

ktquez commented 6 years ago

Remove the directory node_modules/ and run npm install, for reinstall the packages and try again, this may solve your problem.

i-ked-ii commented 6 years ago

I do it, but same problem.

 ERROR  Failed to compile with 1 errors                                                                                                                                        11:48:56

This dependency was not found:

* vue-extend-layout in ./src/main.js

To install it, you can run: npm install --save vue-extend-layout
i-ked-ii commented 6 years ago

I use old version. It's ok.

ArtStepanyuk commented 6 years ago

I can confirm I have the same issue on both machine Linux and windows

node 8.3.0
npm 5.6.0
i-ked-ii commented 6 years ago

My machine

➜  web git:(dev) ✗ npm -v
5.6.0
➜  web git:(dev) ✗ node -v
v8.11.2
➜  web git:(dev) ✗
ktquez commented 6 years ago

Sorry guys. Fixed! Upgrade to version v1.1.1

ktquez commented 6 years ago

@kedcomsci @ArtStepanyuk Let me know if v1.1.1 solved the problem, okay?

i-ked-ii commented 6 years ago

@ktquez It's good for new version.

ktquez commented 6 years ago

Thanks for use guys.

braian125 commented 5 years ago

Does this problem continue for the current version? I can't get it to work, I already tried deleting the node_modules directory.

npm -v 6.4.1 node -v 8.9.2