I'm trying to install a package called 'react-stepzilla'. I've installed and saved this via NPM and made sure this is included in the .package-json file. All of the files are there too.
I've included the following at the top of my main Component... import StepZilla from 'react-stepzilla';
But all I get is this message... https://i.stack.imgur.com/M96Au.png
So I think it's looking in the wrong place for the module. How do I sort that out?