Closed joshuathompson closed 7 years ago
Hmmm... Interesting. That's definitely a different problem. Could you tell me what version of npm
and node
you're running as well as your OS?
OSX Yosemite Npm - 2.14.2 Node - v0.12.7
I tried updating npm/node, still no luck. I'm not sure if my process is wrong though because I have never used npm as a task runner. I just ran npm install and then npm run build. I have also tried npm start and that gets me to "angular formly is loading..." indefinitely with:
Uncaught TypeError: angular.module is not a function - angular-highlightjs.js?./~/imports-loader?hljs=highlight.js:34
So yeah, I pulled this down (finally) and I'm getting the same issue. I'm looking into it now.
I'm getting the following when running npm run build:
It looks like there was a similar problem on the Bootstrap-template repo?