Open heshamabdallah opened 4 years ago
@thesmart I have added this package to my package.json file
package.json
"dependencies": { ... "jquery-scrollspy": "https://github.com/thesmart/jquery-scrollspy.git" ... }
when I run npm install there is an error npm ERR! premature close and this error because the package doesn't have a package.json file name, would you please add it ?
npm install
npm ERR! premature close
@thesmart I have added this package to my
package.json
filewhen I run
npm install
there is an errornpm ERR! premature close
and this error because the package doesn't have apackage.json
file name, would you please add it ?