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
I'm using gulpfile.ts in my root along with few packages, however it was being included in my src/ directory, so i decided to include them into a folder and so install packages separatelly in "gulpfile.ts/"
the "gulpfile.ts/index.ts" contains my gulpfiles along with few splitted files in gulp folder.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using gulpfile.ts in my root along with few packages, however it was being included in my src/ directory, so i decided to include them into a folder and so install packages separatelly in "gulpfile.ts/"
the "gulpfile.ts/index.ts" contains my gulpfiles along with few splitted files in gulp folder.
gulpfile.ts/package.json:
I tried to use
yarn update
,yarn install
and even tried reinstall all packages deleting node_modules and installing it again, but i've got no success.My directory structure
Beta Was this translation helpful? Give feedback.
All reactions