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

calendar.js file in not found when using fullcalendar inside ionic2 #42

Open
MostafaJawhari opened this issue Jun 7, 2017 · 3 comments

Comments

@MostafaJawhari
Copy link

Please when I try to use fullcalendar I get the following error:

Module build failed: Error: ENOENT: no such file or directory, open 'X\X\X\node_modules\angular2-fullcalendar\src\calendar\calendar.js' at Error (native)

I installed fullcalendar using: npm install angular2-fullcalendar --save

and I tried to uninstall it and reinstall it and I get the same error.

any help please

@blackkkkk
Copy link

I get the same error when I use this calendar in ionic2?Has the problem been solved?

@Yacobus
Copy link

Yacobus commented Aug 18, 2017

I get the same error

@codessentials
Copy link

X\X\X\node_modules\angular2-fullcalendar\src\calendar only contains a calendar.ts.
You can fix the issue by compiling the ts file your self.

cd node_modules\angular2-fullcalendar\src\calendar
tsc calendar.ts --sourcemap

restart ionic serve

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

4 participants