AngularJS Material: Material Design component library for AngularJS (1.x). Use angular/material2 channel for Angular Material (v2+).
iam trying to contribute to angular2-material project and was wondering is there any good way to link it to node_modules, if i use symlink iam getting a warning of missing file and if i just install it via npm install <path to material build> it installs it and compiles without warnings.
So every time i build the project i have to install it in my test setup to debug and test the changes. how can i see that symlink can be added correctly avoiding any warning or error
npm install ../<material_path>/dist/releases/material
is how i installed the package which i built from the project using npm build