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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
What happened instead?
Received following console error:
Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_0_jquery___default(...)(...).foundation is not a function
at Object.<anonymous> (app.js:11)
at __webpack_require__ (bootstrap 406039efd30a19d74f01:19)
at Object.defineProperty.value (foundation.tabs.js:498)
at __webpack_require__ (bootstrap 406039efd30a19d74f01:19)
at bootstrap 406039efd30a19d74f01:62
at bootstrap 406039efd30a19d74f01:62
I don't receive the error when running the gulp build task with the --production flag.
I also had similar issues trying to use lib/foundation-explicit-pieces instead of loading in all of Foundation.js. However, I received two different errors:
Uncaught TypeError: Cannot assign to read only property 'exports' of object '#<Object>'
at Object.<anonymous> (foundation-explicit-pieces.js:103)
at Object.module.exports (foundation-explicit-pieces.js:103)
at __webpack_require__ (bootstrap 0d911ee6ef9f806bcc2d:19)
at Object.<anonymous> (foundation.tabs.js:498)
at __webpack_require__ (bootstrap 0d911ee6ef9f806bcc2d:19)
at Object.defineProperty.value (foundation.tabs.js:498)
at __webpack_require__ (bootstrap 0d911ee6ef9f806bcc2d:19)
at bootstrap 0d911ee6ef9f806bcc2d:62
at bootstrap 0d911ee6ef9f806bcc2d:62
And another error referring to using module.exports. I got that error last night though and can't seem to reproduce it currently.
I'm not sure if this makes a difference but I'm using Yarn instead of NPM.
Please List the Following:
OS & version: Mac OSX 10.11
Node version (node -v) [Node v4+ is required] : 8.9.1
FoundationPress version (see line 3 in package.json): 2.10.4
Foundation version (found in node_modules/foundation-sites/package.json): 6.4.3
I was able to reproduce this issue on my MacBook Pro and my work iMac.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
How can this bug be reproduced?
What happened instead?
Received following console error:
I don't receive the error when running the gulp build task with the --production flag.
I also had similar issues trying to use lib/foundation-explicit-pieces instead of loading in all of Foundation.js. However, I received two different errors:
And another error referring to using
module.exports
. I got that error last night though and can't seem to reproduce it currently.I'm not sure if this makes a difference but I'm using Yarn instead of NPM.
Please List the Following:
node_modules/foundation-sites/package.json
): 6.4.3I was able to reproduce this issue on my MacBook Pro and my work iMac.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: