Error: Cannot find module 'quasar/dist/ssr-directives/index.js' #12802
Answered
by
rstoenescu
mecjos
asked this question in
CLI - SSR mode
-
I have just created fresh quasar project.. Added Error: Cannot find module 'quasar/dist/ssr-directives/index.js' Do i need to make some other configuration settings?? it's newly created project. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
rstoenescu
Mar 15, 2022
Replies: 1 comment 3 replies
-
Use the new way of scaffolding a project: "yarn create quasar" or "npm init quasar" |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the new way of scaffolding a project: "yarn create quasar" or "npm init quasar"
Also, update your global installation of "@quasar/cli" to >= 1.3.0