Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/build/services" does not exist in the hypothetical file system! #105

Closed
AhsanAyaz opened this issue May 26, 2017 · 2 comments
Closed

/build/services" does not exist in the hypothetical file system! #105

AhsanAyaz opened this issue May 26, 2017 · 2 comments

Comments

@AhsanAyaz
Copy link

AhsanAyaz commented May 26, 2017

While creating the build, it is throwing the error mentioned doing npm run build.

I have this hierarchy of project:

--src
----index.ts
----services
------sample-service1.service.ts
------sample-service2.service.ts
------index.ts

it is throwing the error then :

<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

@AhsanAyaz
Copy link
Author

^ update. the build is throwing no errors if I keep all my files in src folder

@jvandemo
Copy link
Owner

Thank you for reporting. I just released v10.2.1 to fix this issue.

Feel free to re-open if you still experience problems. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants