Error: Cannot find module './render-template.js' #15481
-
|
I use latest quasar: whe I build application for SSR, quasar build -m ssr and when I try to run ./dist/ssr/index.js file I got this error: I can't find a way to solve this problem, I tried to delete node_modules and package-lock file and reinstall everything but again it doesn't work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
For some reason quasar built only index.js file, all other files such as template-render.js, server entry ... etc. were not built and no error was shown when building, after resetting the IDE everything worked as it should |
Beta Was this translation helpful? Give feedback.
For some reason quasar built only index.js file, all other files such as template-render.js, server entry ... etc. were not built and no error was shown when building, after resetting the IDE everything worked as it should