react-modal-dialog icon indicating copy to clipboard operation
react-modal-dialog copied to clipboard

is this module compatible with react 16 ? got Error: Cannot find module 'inline-style-prefixer/static'

Open Bartaf83 opened this issue 4 years ago • 2 comments

while the npm installation of this module , there are already those warnings: image and then also an error image and it's the same error i get later on browser:

generate.js:14 Uncaught Error: Cannot find module 'inline-style-prefixer/static'
    at webpackMissingModule (generate.js:14)
    at eval (generate.js:14)
    at Object../node_modules/narcissus/build/generate.js (reactBoilerplateDeps.dll.js:91829)
    at __webpack_require__ (reactBoilerplateDeps.dll.js:21)
    at eval (index.js:15)
    at Object../node_modules/narcissus/build/index.js (reactBoilerplateDeps.dll.js:91842)
    at __webpack_require__ (reactBoilerplateDeps.dll.js:21)
    at eval (FlexDialog.js:31)
    at Object../node_modules/react-modal-dialog/lib/FlexDialog.js (reactBoilerplateDeps.dll.js:102839)
    at __webpack_require__ (reactBoilerplateDeps.dll.js:21)

i'm using "react": "^16.7.0-alpha.2"

Bartaf83 avatar Dec 10 '19 17:12 Bartaf83

Having the same problem. Any resolution here?

johntr avatar Jan 06 '20 14:01 johntr

"inline-style-prefixer": "^4.0.2" adding this to the base package.json works

richpeck avatar Jan 13 '20 22:01 richpeck