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 don't use gulp much, but haven't figured out how to use it as per the Readme instructions here.
I tried running it as shown in the readme, got:
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received null
at assertPath (path.js:7:11)
at Object.basename (path.js:1355:5)
at Liftoff.buildEnvironment (/usr/local/lib/node_modules/gulp/node_modules/liftoff/index.js:113:52)
at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp/node_modules/liftoff/index.js:181:32)
at module.exports (/usr/local/lib/node_modules/gulp/node_modules/liftoff/node_modules/flagged-respawn/index.js:17:3)
at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp/node_modules/liftoff/index.js:174:9)
at /usr/local/lib/node_modules/gulp/node_modules/liftoff/index.js:148:9
at /usr/local/lib/node_modules/gulp/node_modules/v8flags/index.js:31:11
at FSReqWrap.oncomplete (fs.js:123:15)
ran a npm i -g gulp because my gulp is probably really out of date, tried again and got
[10:46:23] Local gulp not found in~/tesselwww/themes
[10:46:23] Try running: npm install gulp
so I ran npm i gulp as suggested, tried again with the gulp watch and got
[10:47:10] No gulpfile found
What am I missing?
The text was updated successfully, but these errors were encountered:
I don't use gulp much, but haven't figured out how to use it as per the Readme instructions here.
I tried running it as shown in the readme, got:
ran a
npm i -g gulp
because my gulp is probably really out of date, tried again and gotso I ran
npm i gulp
as suggested, tried again with thegulp watch
and gotWhat am I missing?
The text was updated successfully, but these errors were encountered: