v1.0.0 Unable to make/build file on Windows
See original GitHub issueHi, my conversejs 1.0.0 getting error when build the file. My step:
- make -f makefile.win
- test run on visual studio, get error, but I skip it, and it run without problem.
- 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:
- Created 7 years ago
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 …
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.