xeecos / LaserXYPlotter

MIT License
15 stars 5 forks source link

npm dependencies on MacOs #1

Open vvzen opened 8 years ago

vvzen commented 8 years ago

I tried building this project on a Mac but when using npm install I get a series of errors.. Basically it says : npm ERR! install Couldn't read dependencies . Maybe it's because the name of the project contains upper case letters? Am I doing something wrong? Here's the generated error log, anyway. Thanks

npm-debug.txt

vvzen commented 8 years ago

I manually changed the name inside packages.json from "Laser Plotter" to "laser-xy-plotter" and it worked (downloaded and installed the required dependencies). Namasté

PS: If needed, I can do a simple pull request with the edit!

xeecos commented 8 years ago

the npm module is nw-builder that is only for building release version.

vvzen commented 8 years ago

Yes I managed to build the release version ( .app ) using nw-builder! How can I run the app if I don't build using nw? Thanks!

xeecos commented 8 years ago
  1. download nwjs normal or sdk from http://nwjs.io, then unzip the nwjs files to LaserXYPlotter's folder.
  2. run nwjs.exe