keystone-classic: error building - Unknown plugin "add-module-exports"
I updated to the latest versión of the master branch and now when I try to start the app I get the following error:
------------------------------------------------
KeystoneJS Started:
reco2 is ready on port 3000
------------------------------------------------
GET / 304 149.256 ms
GET / 304 65.248 ms
GET /keystone/ 200 9.092 ms
2016-08-16 09:08:09 error building App/index.js:
Unknown plugin "add-module-exports" specified in "/Users/miguel/src/gremyo/reco2/node_modules/inline-style-prefixer/package.json" at 1, attempted to resolve relative to "/Users/miguel/src/gremyo/reco2/node_modules/inline-style-prefixer" while parsing file: /Users/miguel/src/gremyo/reco2/node_modules/inline-style-prefixer/static.js
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 28 (6 by maintainers)
@GwonHyeok / @ellipticaldoor temporary fix is correct.
cd [project_folder]/node_modules/inline-style-prefixer && npm install
@jacobbubu this issue is about the babel plugin
add-module-exports
being reported as unknown. Your error message looks completely different though. Please tryand watch your terminal for error messages after server start. If the problem is still there, you should open a new issue… since it’s most likely unrelated