CIS-499-Group3 / Team3-Project

4 stars 2 forks source link

Error when running grunt command #8

Closed kmcurtis915 closed 8 years ago

kmcurtis915 commented 8 years ago

When ever I try to run a grunt command i get this error:

Loading "index.js" tasks...ERROR

Error: Cannot find module 'typescript' Warning: Task "typescript" not found. Use --force to continue.

Aborted due to warnings.

SpenceSellers commented 8 years ago

Have you run npm install beforehand? Sounds like typescript might not have gotten installed.

kmcurtis915 commented 8 years ago

yeah tried that

SpenceSellers commented 8 years ago

Hmm... I'm re-cloning the repo and trying to install it again to see if it happens to me.

SpenceSellers commented 8 years ago

Works just fine for me, and apparently it's working for Alan too. If you wanted to be sure that NPM installed typescript, you could run npm install grunt-typescript inside the Team3-Project directory. It should have already been installed by npm though,

kmcurtis915 commented 8 years ago

that fixed it...my computer prob did something weird when installing it the first time

SpenceSellers commented 8 years ago

Awesome!