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
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
[email protected] # Compile .html files into Meteor Blaze views
[email protected] # Reactive variable for tracker
[email protected] # Helpful client-side library
[email protected] # Meteor's client-side reactive programming library
[email protected] # JS minifier run for production mode
standard-minifier-css
[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # Server-side component of the `meteor shell` command
kadira:flow-router
react-meteor-data
check
nathantreid:css-modules
The text was updated successfully, but these errors were encountered:
sunlee-newyork
changed the title
Can't find module with "specificiArchitecture": "os"
Can't find module with "specificiArchitecture": "os" option
Nov 14, 2016
sunlee-newyork
changed the title
Can't find module with "specificiArchitecture": "os" option
Can't find module with "specificArchitecture": "os" option
Nov 14, 2016
I was able to reproduce a
Can't find module ./[NAME].scss
error when using the"specificArchitecture": "os"
option. It works fine withfalse
.Here is the call stack:
This is my
package.json
setup:This is my meteor
packages
setup:The text was updated successfully, but these errors were encountered: