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
We follow the guide and this example to add the moment libs:
[http://ionicframework.com/docs/v2/resources/third-party-libs/]
result: the code is well compile but in VS Code we have this kind of warning when we import moment from 'moment'; [ts] Module '"/Users/z85603/Desktop/DEV/ionic-saver-v4/saverAp/node_modules/moment/moment"' has no default export.
import moment
When we try the same thing for underscore import _ from 'underscore';
We get this warning: [ts] Cannot find module 'underscore'.
We follow the guide and this example to add the moment libs:
[http://ionicframework.com/docs/v2/resources/third-party-libs/]
result: the code is well compile but in VS Code we have this kind of warning when we
import moment from 'moment';[ts] Module '"/Users/z85603/Desktop/DEV/ionic-saver-v4/saverAp/node_modules/moment/moment"' has no default export.
import moment
When we try the same thing for underscore
import _ from 'underscore';We get this warning:
[ts] Cannot find module 'underscore'.
Any idea?