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
This is the result of another error I found when I was trying to do ampersand gen collection and it was complaining
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received undefined
at assertPath (path.js:7:11)
at Object.relative (path.js:1229:5)
at module.exports (/home/caleb/.nvm/versions/node/v6.7.0/lib/node_modules/ampersand/lib/generate-template.js:54:31)
at Object.<anonymous> (/home/caleb/.nvm/versions/node/v6.7.0/lib/node_modules/ampersand/bin/ampersand:59:5)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.runMain (module.js:590:10)
This is the result of another error I found when I was trying to do
ampersand gen collection
and it was complainingampersand/lib/generate-template.js
Lines 29 to 50 in 116ea5c
does not have an if case for collection even though the doc says that I can
ampersand gen collection
thus
ampersand/lib/generate-template.js
Line 54 in 116ea5c
The text was updated successfully, but these errors were encountered: