chromatic: Build error in 1.3

After installing mdg:chromatic and updating npm and meteor packages I get the following error on meteor startup at console:

[[[[[ /Volumes/PNYUSB128 RAID Set 1/galaxy/examples/simple-todos ]]]]]

=> Started proxy.                             
=> Started MongoDB.                           
=> Errors prevented startup:                  

   While building for web.browser:
   error: no plugin found for classnames.browserify.js in mdg:classnames; a plugin for
   *.browserify.js was active when it was published but none is now
   error: no plugin found for autosize.browserify.js in mdg:form-components; a plugin for
   *.browserify.js was active when it was published but none is now
   error: no plugin found for AutosizeInput.browserify.js in mdg:form-components; a plugin for
   *.browserify.js was active when it was published but none is now
   error: no plugin found for AutosizeInput.browserify.options.json in mdg:form-components; a
   plugin for *.browserify.options.json was active when it was published but none is now

=> Your application has errors. Waiting for file change.                                              

Meteor Version: 1.3

Project: it’s just the initial simple-todos-react app from the main meteor tutorials page, w/ chromatic added to it.

Meteor Package Versions:

allow-deny@1.0.2
autopublish@1.0.5
autoupdate@1.2.6
babel-compiler@6.5.2
babel-runtime@0.1.6
base64@1.0.6
binary-heap@1.0.6
blaze@2.1.5
blaze-html-templates@1.0.2
blaze-tools@1.0.6
boilerplate-generator@1.0.6
caching-compiler@1.0.2
caching-html-compiler@1.0.4
callback-hook@1.0.6
check@1.1.2
coffeescript@1.0.15
cosmos:browserify@0.5.1
ddp@1.2.3
ddp-client@1.2.3
ddp-common@1.2.3
ddp-server@1.2.4
deps@1.0.10
diff-sequence@1.0.3
ecmascript@0.4.1
ecmascript-runtime@0.2.8
ejson@1.0.9
es5-shim@4.5.8
fastclick@1.0.9
geojson-utils@1.0.6
hot-code-push@1.0.2
html-tools@1.0.7
htmljs@1.0.7
http@1.1.3
id-map@1.0.5
insecure@1.0.5
jquery@1.11.6
kadira:flow-router@2.4.0
launch-screen@1.0.8
less@2.5.6
livedata@1.0.16
logging@1.0.10
mdg:borealis@0.0.1
mdg:buttons@0.0.1
mdg:chromatic@0.0.1
mdg:chromatic-api@0.0.1
mdg:chromatic-explorer@0.0.1
mdg:classnames@0.0.1
mdg:color-grid@0.0.1
mdg:flow-router-extensions@0.0.1
mdg:form-components@0.0.1
mdg:outlines@0.0.1
mdg:utils@0.0.1
mdg:validation-error@0.5.1
meteor@1.1.12
meteor-base@1.0.2
minifier-css@1.1.9
minifier-js@1.1.9
minimongo@1.0.12
mobile-experience@1.0.2
mobile-status-bar@1.0.10
modules@0.5.1
modules-runtime@0.6.1
mongo@1.1.5
mongo-id@1.0.2
npm-mongo@1.4.41
observe-sequence@1.0.9
ordered-dict@1.0.5
percolate:icons@0.0.7
promise@0.6.5
random@1.0.7
react@0.14.6
react-meteor-data@0.2.7
react-runtime@0.14.5
reactive-dict@1.1.5
reactive-var@1.0.7
reload@1.1.6
retry@1.0.5
routepolicy@1.0.8
spacebars@1.0.9
spacebars-compiler@1.0.9
standard-minifier-css@1.0.4
standard-minifier-js@1.0.4
templating@1.1.7
templating-tools@1.0.2
tmeasday:check-npm-versions@0.2.0
tracker@1.0.11
ui@1.0.9
underscore@1.0.6
url@1.0.7
webapp@1.2.6
webapp-hashing@1.0.7

/package.json

{
  "name": "simple-todos",
  "private": true,
  "scripts": {
    "start": "meteor run"
  },
  "dependencies": {
    "meteor-node-stubs": "~0.2.0",
    "react": "^0.14.8",
    "react-dom": "^0.14.8"
  }
}

P.s. Great talk @ Meteor Live! Can’t wait to check it out.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 19 (4 by maintainers)

Most upvoted comments

Thanks for checking this out so soon folks! I’m in progress on an npm branch of this repo that will publish all of this as npm modules for 1.3.

What we’ve got here for now is a downlevel compatible version of the UI system.

We’re on it!

Updating cosmos:browserify worked for me too.

I noticed that when I created a new 1.3 project and add mdg:chromatic, it installs cosmos:browserify@0.5.1 instead of 0.10.0

Changes to your project's package version selections:

coffeescript                 added, version 1.0.16
cosmos:browserify            added, version 0.5.1
...

No @dominicnguyen, thank you.

This seemed to fix the issue for me: meteor update cosmos:browserify

I’m getting the same problem on 1.3

Should work with 1.2.1. Did you try pulling this project and running it or are you adding it as a package?

still not working 😦