codyhouse / codyhouse-framework

A lightweight front-end framework for building accessible, bespoke interfaces.
https://codyhouse.co/
MIT License
1.16k stars 173 forks source link

node_modules folder inside of node_modules folder #62

Closed johnsfuller closed 4 years ago

johnsfuller commented 4 years ago

After following your documentation on install via NPM, there is now a node_modules folder inside of the project that is in the original node_modules folder.

Should this be the case?

claudia-romano commented 4 years ago

Hi there, no there should be one single node_modules folder.

Did you start with your own project and tried to install CodyFrame as external NPM module? In this case, you should install CodyFrame in your project main folder (using npm i codyhouse-framework). This creates a 'codyhouse-framework' folder in your original node_modules folder.

Or did you download the framework from GitHub?

Cheers!

sebastiano-guerriero commented 4 years ago

I'm closing this issue for inactivity. Feel free to open it again if the problem isn't solved.