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
Just looking for a little guidance here with the added node module support in the latest meteor releases. My thoughts are related to modifying the wrappers you have provided but rather using npm to install fullcalendar under the node_modules directory:
Get the latest fullcalendar release and update package.json: meteor npm install -save fullcalendar
Add import statement to some client/main.js file: import fullcalendar from 'fullcalendar';
Probably some other things to change but is this the correct road to go down with the added npm support in meteor now? Thanks in advance for any help.
The text was updated successfully, but these errors were encountered:
meteor: v1.3.x
Just looking for a little guidance here with the added node module support in the latest meteor releases. My thoughts are related to modifying the wrappers you have provided but rather using npm to install fullcalendar under the node_modules directory:
Get the latest fullcalendar release and update package.json:
meteor npm install -save fullcalendar
Add import statement to some client/main.js file:
import fullcalendar from 'fullcalendar';
Probably some other things to change but is this the correct road to go down with the added npm support in meteor now? Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: