akanix42 / meteor-react-toolbox-example

MIT License
18 stars 1 forks source link

Segmentation fault: 11th nathantreid:css... #15

Open OlivierPT opened 7 years ago

OlivierPT commented 7 years ago

Hi,

I get the "Segmentation fault: 11th nathantreid:css..." error at startup while trying to run this example.

I am using Mac OS X and the only differences are some updates in the packages.

NPM packages.json:

{ "name": "react-toolbox-test", "private": true, "scripts": { "start": "meteor run" }, "dependencies": { "meteor-node-stubs": "~0.2.3", "normalize.css": "^4.1.1", "react": "^15.1.0", "react-addons-css-transition-group": "^15.1.0", "react-dom": "^15.1.0", "react-toolbox": "^1.0.1" }, "devDependencies": { "node-sass": "^3.13.1" }, "cssModules": { "extensions": [ "scss" ], "globalVariables": [ "node_modules/react-toolbox/lib/_colors.scss", { "theme-building": true }, "client/toolbox-theme.scss" ] } }

Meteor packages:

` meteor-base@1.0.4 # Packages every Meteor app needs to have mobile-experience@1.0.4 # Packages for a great mobile UX mongo@1.1.14 # The database Meteor supports right now blaze-html-templates # Compile .html files into Meteor Blaze views reactive-var@1.0.11 # Reactive variable for tracker jquery@1.11.10 # Helpful client-side library tracker@1.1.1 # Meteor's client-side reactive programming library

standard-minifier-css@1.3.2 # CSS minifier run for production mode standard-minifier-js@1.2.1 # JS minifier run for production mode es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers. ecmascript@0.6.1 # Enable ECMAScript2015+ syntax in app code

autopublish@1.0.7 # Publish all data to the clients (for prototyping) insecure@1.0.7 # Allow all DB writes from clients (for prototyping) nathantreid:css-modules@2.0.2 shell-server `

Furqankhanzada commented 7 years ago

@OlivierPT is it solved ? i have same issue when upgrade to latest version but working fine with METEOR@1.4.2.3