Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.7.0: 'win-spawn' missing from package.json #162

Closed
tohagan opened this issue Feb 7, 2015 · 4 comments
Closed

v0.7.0: 'win-spawn' missing from package.json #162

tohagan opened this issue Feb 7, 2015 · 4 comments

Comments

@tohagan
Copy link

tohagan commented Feb 7, 2015

Breaks when you run grunt serve .

$ grunt serve
Loading "Gruntfile.js" tasks...ERROR
Error: Cannot find module 'win-spawn'
Warning: Task "serve" not found. Use --force to continue.

Aborted due to warnings.

  • According to the win-spawn docs, this dependency should be safe on non-Windows platforms.
@tohagan tohagan closed this as completed Feb 7, 2015
@tohagan tohagan reopened this Feb 7, 2015
@huerlisi
Copy link
Contributor

I can confirm that it is safe on Linux.

@terencenero
Copy link

Hi did anybody find a solution for this error .
I am facing it when I am Scaffolding a new ionic project

@huerlisi
Copy link
Contributor

You need to add the win-spawn npm package:
npm install win-spawn --save-dev

@syonip
Copy link

syonip commented Mar 1, 2015

I also have this issue.
If it cannot be added to package.json, at least maybe add a line about it to readme?

sidneys added a commit to sidneys/generator-ionic that referenced this issue Mar 10, 2015
# By Diego Netto
# Via Diego Netto
* 'master' of https://github.com/diegonetto/generator-ionic:
  0.7.1
  fix(generator): Include win-spawn as a dev dep. Closes diegonetto#162
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants