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
I'm running Meteor 1.4.2.3 with fourseven:scss v3.10.1 and everytime my application runs I get the following error:
Unable to resolve some modules:
"spawn-sync" in /home/robin/moonkin/bazaar/orbiter/node_modules/cross-spawn/index.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save spawn-sync
Running the advised command doesn't change anything. As far as I know it's node-scss that depends on this package (or whatever the package fourseven:scss depends on is called exactly).
Any ideas on how I could fix this?
The text was updated successfully, but these errors were encountered:
RobinVanCauter
changed the title
Unable to resolve some modules: span-sync
Unable to resolve some modules: spawn-sync
Nov 18, 2016
Still getting the same issue. Had ignored it for long, until today, and saw this issue open.
Meteor 1.7, fourseven:scss updated.
Edit:
In my case it was not caused by fourseven:scss. It was caused because of gm being imported on the client accidentally. After removing that, everything's perfect now. gm has a dependency on cross-spawn which in turn depend on spawn-sync, but probably that dependency is marked as serverOnly, causing this issue.
I'm running Meteor 1.4.2.3 with fourseven:scss v3.10.1 and everytime my application runs I get the following error:
Running the advised command doesn't change anything. As far as I know it's node-scss that depends on this package (or whatever the package fourseven:scss depends on is called exactly).
Any ideas on how I could fix this?
The text was updated successfully, but these errors were encountered: