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
<project>/build/services" does not exist in the hypothetical file system!
at dneError (<project>/node_modules/rollup-plugin-hypothetical/index.js
:112:10)
at resolveId (<project>/node_modules/rollup-plugin-hypothetical/index.j
s:90:13)
at <project>/node_modules/rollup/dist/rollup.js:1610:32
at process._tickCallback (internal/process/next_tick.js:109:7)
Any idea why this might be happening?
I'm gonna try moving the files outside the services folder for now
The text was updated successfully, but these errors were encountered:
While creating the build, it is throwing the error mentioned doing
npm run build
.I have this hierarchy of project:
it is throwing the error then :
Any idea why this might be happening?
I'm gonna try moving the files outside the
services
folder for nowThe text was updated successfully, but these errors were encountered: