Closed jimmy-tfp closed 7 years ago
Not sure if this was noticed, but the most recent version 0.2.2 still includes a node_modules folder inside the distribution delivered via npm, and is causing the error listed above. I am able to delete node_modules in the included package, but this does not help on our build server that references the package remotely.
Any update about this issue? I also removed 'node_modules' folder inside as @coding2012 suggests and works fine. Glad to get this fixed on the package. Thanks!
PS - ng2-file-drop is a great solution!
same here and removing the folder works fine but update this inside the npm package please so we don't need to do this everytime.
Hi,
Thanks for the great module!
Whenever I do a npm install I get a node_modules in my node_modules for this package. i.e.
When I delete this directory ng-serve works fine.
Thanks, Jimmy