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
TypeError: Patterns must be a string or an array of strings
Error Message Detail:
TypeError: Patterns must be a string or an array of strings
at assertPatternsInput (D:\WorkSpace\CSS\css_advance_course\Natours\starter\node_modules\globby\index.js:15:9)
at generateGlobTasks (D:\WorkSpace\CSS\css_advance_course\Natours\starter\node_modules\globby\index.js:21:2)
at module.exports (D:\WorkSpace\CSS\css_advance_course\Natours\starter\node_modules\globby\index.js:73:15)
at Promise.resolve.then (D:\WorkSpace\CSS\css_advance_course\Natours\starter\node_modules\postcss-cli\index.js:55:39)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
at Function.Module.runMain (module.js:695:11)
at startup (bootstrap_node.js:188:16)
at bootstrap_node.js:609:3
For those of you still having this problem and are using windows, try this link as it worked for me. Answer. Basically, instead of using single quotes, use double quotes around the "last 10 versions" and escape the quotes.
For those of you still having this problem and are using windows, try this link as it worked for me. Answer. Basically, instead of using single quotes, use double quotes around the "last 10 versions" and escape the quotes.
it worked. thank you.
postcss
locked as resolved and limited conversation to collaborators
May 9, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Got this error:
Error Message Detail:
When I try to run this with npm script:
System Environment:
The text was updated successfully, but these errors were encountered: