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
A few hours ago a new version of your only dependency "inline-style-prefixer" seems to have broken narcissus library. I'm not using your library directly, but as a dependency of a dependency, through react-modal-dialog. Here is the error I'm getting:
ERROR in ./~/narcissus/build/generate.js
Module not found: Error: Can't resolve 'inline-style-prefixer/static' in '....../node_modules/narcissus/build'
@ ./~/narcissus/build/generate.js 14:14-53
@ ./~/narcissus/build/index.js
@ ./~/react-modal-dialog/lib/FlexDialog.js
@ ./~/react-modal-dialog/lib/index.js
I've fixed this in my library by installing the previous version of "inline-style-prefixer" = 4.0.2, thus forcing npm to choose this version.
But I think that you should fix this on your package.json, instead of using "*" use the last version to work with your code, e.g. "^4.0.2". Does that makes sense?
thanks!
The text was updated successfully, but these errors were encountered:
A few hours ago a new version of your only dependency "inline-style-prefixer" seems to have broken narcissus library. I'm not using your library directly, but as a dependency of a dependency, through react-modal-dialog. Here is the error I'm getting:
I've fixed this in my library by installing the previous version of "inline-style-prefixer" = 4.0.2, thus forcing npm to choose this version.
But I think that you should fix this on your package.json, instead of using "*" use the last version to work with your code, e.g. "^4.0.2". Does that makes sense?
thanks!
The text was updated successfully, but these errors were encountered: