Esri / storymap-crowdsource

DEPRECATED: The Story Map Crowdsource℠ app enables you to publish and manage a crowdsourced story to which anyone can contribute photos with captions. https://storymaps.arcgis.com/en/app-list/crowdsource/
https://www.esri.com/arcgis-blog/products/story-maps/announcements/story-map-crowdsource-mature-support/
Apache License 2.0
21 stars 40 forks source link

sass:dist not found #15

Closed cblandy closed 6 years ago

cblandy commented 6 years ago

Trying to use GitHub and forking for the first time to customize the CrowdSource application.

I forked the code to my GitHub then downloaded to my local machine (Windows 10). I made the changes I needed to make and followed the instructions: •Install npm dependencies: npm install (Node is Required). •Install bower dependencies: bower install (Bower is Required). •Run the grunt development server: grunt (Grunt is Required). but I get the error:

Local Npm module "grunt-sass" not found. Is it installed? Warning: Task "sass:dist" not found. Use --force to continue.

Aborted due to warnings.

Not sure what it means but I need assistance, especially if I have not followed the correct procedures to customize the application.

Regards, Cameron

ssylvia commented 6 years ago

@cblandy sorry you are having issues. The release you have also required ruby as a dependency for sass which did not get documented yet in the beta release. I've updated the code to require a node only version of the sass compiler. I've also updated the readme to list the compatible versions of node which can also cause this same issue.

cblandy commented 6 years ago

Hi Stephen,

I have Node 8 installed so you are asking me to downgrade to Node 6 or 7? I will try this and let you know how it goes. I am really hoping I can compile my modified code.

Cameron

On Tue, Apr 17, 2018 at 12:36 PM, Stephen Sylvia notifications@github.com wrote:

@cblandy https://github.com/cblandy sorry you are having issues. The release you have also required ruby as a dependency for sass which did not get documented yet in the beta release. I've updated the code to require a node only version of the sass compiler. I've also updated the readme to list the compatible versions of node which can also cause this same issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Esri/storymap-crowdsource/issues/15#issuecomment-382115088, or mute the thread https://github.com/notifications/unsubscribe-auth/AGuZWQuI8VEeqH2BfdIzhcRfuBOfTnWCks5tpkQigaJpZM4TQ0Nd .

-- Cameron Blandy e-mail: cameron.blandy@gmail.com cell: +17783875107

ssylvia commented 6 years ago

Yes, we're no longer making feature updates to this app so the build system is a little outdate. The grunt sass compiler is not compatible with Node > v7.