ecomplus / storefront

Modern and high performant headless eCommerce Storefront. PWA & JAMstack architecture ready for E-Com Plus APIs. Built with Vue.js, extensible through widgets and editable with Netlify CMS.
https://developers.e-com.plus/storefront/
MIT License
101 stars 36 forks source link

npm i & npm run serve errros on windows 10 x64 #141

Closed eduvlemes closed 4 years ago

eduvlemes commented 4 years ago

warning when npm i

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

warnings when npm run serve

`WARNING in ./node_modules/@ecomplus/storefront-template/template/js/index.js 40:13-22
"export 'default' (imported as 'cloneDeep') was not found in 'lodash.clonedeep'
 @ ./template/js/index.js
 @ multi ./template/scss/styles.scss ./template/js/index.js

WARNING in ./node_modules/@ecomplus/search-engine/src/methods/reset.js 5:13-22
"export 'default' (imported as 'cloneDeep') was not found in 'lodash.clonedeep'
 @ ./node_modules/@ecomplus/search-engine/src/index.js
 @ ./node_modules/@ecomplus/widget-search-engine/dist/widget-search-engine.es.js
 @ ./node_modules/@ecomplus/storefront-template/template/js/lib/load-widgets.js
 @ ./node_modules/@ecomplus/storefront-template/template/js/index.js
 @ ./template/js/index.js
 @ multi ./template/scss/styles.scss ./template/js/index.js

WARNING in ./node_modules/@ecomplus/storefront-template/template/js/index.js 41:9-14
"export 'default' (imported as 'merge') was not found in 'lodash.merge'
 @ ./template/js/index.js
 @ multi ./template/scss/styles.scss ./template/js/index.js

WARNING in ./node_modules/@ecomplus/storefront-template/template/js/netlify-cms/init.js 5:25-30
"export 'default' (imported as 'merge') was not found in 'lodash.merge'
 @ ./node_modules/@ecomplus/storefront-template/template/js/admin.js
 @ ./template/js/admin.js

WARNING in ./node_modules/@ecomplus/search-engine/src/methods/merge-filter.js 34:2-7
"export 'default' (imported as 'merge') was not found in 'lodash.merge'
 @ ./node_modules/@ecomplus/search-engine/src/index.js
 @ ./node_modules/@ecomplus/widget-search-engine/dist/widget-search-engine.es.js
 @ ./node_modules/@ecomplus/storefront-template/template/js/lib/load-widgets.js
 @ ./node_modules/@ecomplus/storefront-template/template/js/index.js
 @ ./template/js/index.js
 @ multi ./template/scss/styles.scss ./template/js/index.js

WARNING in ./node_modules/@ecomplus/search-engine/src/methods/set-search-term.js 3:2-7
"export 'default' (imported as 'merge') was not found in 'lodash.merge'
 @ ./node_modules/@ecomplus/search-engine/src/index.js
 @ ./node_modules/@ecomplus/widget-search-engine/dist/widget-search-engine.es.js
 @ ./node_modules/@ecomplus/storefront-template/template/js/lib/load-widgets.js
 @ ./node_modules/@ecomplus/storefront-template/template/js/index.js
 @ ./template/js/index.js
 @ multi ./template/scss/styles.scss ./template/js/index.js

WARNING in ./node_modules/@ecomplus/storefront-template/template/js/lib/load-widgets.js 75:15-32
"export 'default' (imported as 'widgetProductCard') was not found in '@ecomplus/widget-product-card'
 @ ./node_modules/@ecomplus/storefront-template/template/js/index.js
 @ ./template/js/index.js
 @ multi ./template/scss/styles.scss ./template/js/index.js`
leomp12 commented 4 years ago

https://github.com/ecomclub/storefront-framework/commit/1feba0e21518488cd0b9bae3896d77ec621e562a

leomp12 commented 4 years ago

https://github.com/ecomclub/storefront-template/blob/master/CHANGELOG.md#1321-2020-01-24

:man_firefighter: