-
Seriously need help here.
I was migrating my Meteor project from 1.4.2 to 1.6.x but to no success. Then I am at 1.7 now. Though I managed to overcome the possible incompatibility issues to no mor…
-
Hi y'all!
trying to compile this react app [ build via crete-react-app] and figuring styled-components is rather useful. worked fine last i checked. compiling error statrted after have installed ba…
-
Im trying to start Storybook with Meteor + React app.
Im using npx -p @storybook/cli sb init --type react
After that npm run storybook
My config.js is
import { configure } from '@storybook/re…
-
Hello,
I've found that Meteor allows importing default when the requested module doesn't export default.
This behavior is not standard, and not allowed by tsc, rollup (they report an error at compil…
-
### Bug Report or Feature Request (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [X] question
```
### OS and Version?
macOS High Sie…
-
Hi @MacRusher great work on universe:modules. Color Wars was a great way to showcase your packaging system.
After commit d60312b2f1277adf6b8e77eebc575876e5501113 "switch from browserify to bower", I …
-
Recently I have seen this message many times after `npm update` or `npm install`. Does this require attention?
```
found 3 vulnerabilities (2 low, 1 high)
run `npm audit fix` to fix them, or `…
-
This was breifly mentioned by @stubailo here: https://github.com/apollographql/graphql-tools/issues/124#issuecomment-245037518
What I've found is that as my project grows it's increasingly harder t…
-
## What is this?
This is an automatically created issue which contains information about the version status of the documentations available on DevDocs. The results of this report can be used by maint…
-
While testing typescript code in browser, i get a ```window is not defined``` using ```window```
Here is my configuration
```js
module.exports = function (wallaby) {
return {
files: [
…