dequelabs / watcher-examples

2 stars 7 forks source link

Add typescript as dependancy #126

Closed dequejenn closed 1 year ago

dequejenn commented 1 year ago

When I cloned the repo and ran npm install, typescript never got installed. This resulted in errors when I tried to commit. Once typescript was added to the dependency file, everything installed and ran as intended. We need to add this into the root level package file for anyone else who clones this repo.

Zidious commented 1 year ago

Error given:

Error: Failed to load plugin '@typescript-eslint' declared in '.eslintrc.js': Cannot find module 'typescript'