Closed csharpie closed 7 years ago
Bower is coming out of favor in the web app world and NPM is the more favorable kid in town. Let's go ahead and replace Bower with NPM.
We should make sure all packages referenced in the bower.json file are included in the package.json file that npm init creates.
We also should remove all bower related items including the app/static/vendor/ folder, with the exception of turf.
Please also see if NPM can install Turf.js.
Beginners and Code Newbies, feel free to try this one out. Marking it as intermediate but try submitting a PR anyway.
Bower is coming out of favor in the web app world and NPM is the more favorable kid in town. Let's go ahead and replace Bower with NPM.
We should make sure all packages referenced in the bower.json file are included in the package.json file that npm init creates.
We also should remove all bower related items including the app/static/vendor/ folder, with the exception of turf.
Please also see if NPM can install Turf.js.
Beginners and Code Newbies, feel free to try this one out. Marking it as intermediate but try submitting a PR anyway.