-
Notifications
You must be signed in to change notification settings - Fork 53
Description
I'm getting the following errors when running npm install then npm start
[0] ERROR in /Users/smayo/projects/creatability-components/src/components/decorators.ts [0] ./src/components/decorators.ts [0] [tsl] ERROR in /Users/smayo/projects/creatability-components/src/components/decorators.ts(121,14) [0] TS2304: Cannot find name 'NodeSelector'.
[0] ERROR in /Users/smayo/projects/creatability-components/src/components/decorators.ts [0] ./src/components/decorators.ts [0] [tsl] ERROR in /Users/smayo/projects/creatability-components/src/components/decorators.ts(134,14) [0] TS2304: Cannot find name 'NodeSelector'.
[0] ERROR in /Users/smayo/projects/creatability-components/src/components/decorators.ts [0] ./src/components/decorators.ts [0] [tsl] ERROR in /Users/smayo/projects/creatability-components/src/components/decorators.ts(144,23) [0] TS2304: Cannot find name 'NodeSelector'.
am I missing part of the setup? Apologies - new to TS.