You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
It looks like this project is targeted at [email protected] and isn't compatible with [email protected]. I tried "npm install grunt" and it led to a fatal error when running "grunt test" that complained about "unable to find local grunt". I noticed the grunt.js file instead of Gruntfile which is now the convention. npm installs [email protected] by default now (at least it did for me). The simple fix was to instead install [email protected] using "npm install [email protected]" and now it works flawlessly!
Hope that helps someone else just getting started with testable javascriptt.
Best,
Dustin
The text was updated successfully, but these errors were encountered:
Hello!
It looks like this project is targeted at [email protected] and isn't compatible with [email protected]. I tried "npm install grunt" and it led to a fatal error when running "grunt test" that complained about "unable to find local grunt". I noticed the grunt.js file instead of Gruntfile which is now the convention. npm installs [email protected] by default now (at least it did for me). The simple fix was to instead install [email protected] using "npm install [email protected]" and now it works flawlessly!
Hope that helps someone else just getting started with testable javascriptt.
Best,
Dustin
The text was updated successfully, but these errors were encountered: