question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v1.0.0 Unable to make/build file on Windows

See original GitHub issue

Hi, my conversejs 1.0.0 getting error when build the file. My step:

  1. make -f makefile.win
  2. test run on visual studio, get error, but I skip it, and it run without problem.
  3. make -f makefile.win build

But step 3 I get :

node_modules\.bin\grunt.cmd touch:npm
Warning: Task "touch:npm" not found. Use --force to continue.
Aborted due to warnings.

I try to build previous version 0.10.1, no problem with that. Can help me? how to solve it? Thanks.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

<bountysource-plugin>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mckaygerhardcommented, May 12, 2016

use linux, step that verify a file are not present… due seems the makefile are incomplete, must be a task target named touch

use a real os …

0reactions
coltonmccormackcommented, Mar 3, 2017

A workaround for this is to install Bash on Ubuntu on Windows. Via a command line, enter your new bash installation (it may ask you to make a user first, if so, do it): bash Then install nodejs from the node PPA and ruby. curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh sudo bash nodesource_setup.sh sudo apt-get install nodejs ruby-full git

Checkout the project and build it: git clone https://github.com/jcbrand/converse.js.git cd converse.js npm install make dist

This particular sequence of events got the project compiling for me. Note that to get make serve to work, should you want to view the mockups, you will need to opt-in to the Windows Insider builds Fast Ring and run Windows Update first. This is because only the most recent Linux improvements in Windows implement the necessary networking interfaces to run the http server. These updates will be rolled into the “Creator’s Update” in April 2017.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install and use "make" in Windows? - Stack Overflow
make is a GNU command so the only way you can get it on Windows is installing a Windows version like the one...
Read more >
Docker build Version 9.0.6 fails on Ubuntu 20.04
I am working on two machines, both run Ubuntu 20.04 one is standalone linux PC the oder a WSL2. As the title says...
Read more >
Create Python Packages - menziess blog
When you run make build , it will use the setup.py file to create a wheel distribution. You'll find a .whl file in...
Read more >
Setting up a Selenium web scraper on AWS Lambda with ...
A Selenium scraper is big, because you need to include a Chrome browser with it. So choose “Upload file form Amazon S3”. We'll...
Read more >
Release 1.0.0 Stan Development Team
Chain [1] file = /home/docs/checkouts/readthedocs.org/user_builds/cmdstanpy/conda/v1.0.0/. ˓→bin/cmdstan/examples/bernoulli/bernoulli.data.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found